Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaydenlin/google-complete-me
An extension that provides Google Suggestion API Support in Visual Studio Code!
https://github.com/jaydenlin/google-complete-me
Last synced: 3 months ago
JSON representation
An extension that provides Google Suggestion API Support in Visual Studio Code!
- Host: GitHub
- URL: https://github.com/jaydenlin/google-complete-me
- Owner: jaydenlin
- Created: 2016-05-28T06:32:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T03:26:12.000Z (over 8 years ago)
- Last Synced: 2024-05-02T12:41:03.390Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 36
- Watchers: 5
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Google-Complete-Me](https://github.com/jaydenlin/google-complete-me)
> An extension that provides `Google Suggestion API Support` in [Visual Studio Code](https://code.visualstudio.com/)!
```
ext install google-complete-me
```## Highlight
* No more naming issues for developers, Google will suggest you the related words!
* Speed up your typing!## Usage
* `Enable` Google Suggestion API SupportAfter Installation, press `cmd+shift+i` to enable it.
Check the Status Bar below to see whether the extension is enabled.* `Disable` Google Suggestion API Support
After Enable it, press `cmd+shift+i` again to disable it.
Check the Status Bar below to see whether the extension is disabled.## Keybinding
You can also set custom shortcut in `keybindings.json` via `Code => Preferences => Keyboard Shortcuts`
For example:
```
[
{ "key": "shift+cmd+i",//set to your favorite shortcut
"command": "extension.googleCompleteMe",
"when": "editorTextFocus" }
]
```## Demo
* `Enable` Google Suggestion API Support
![IDE](http://i.giphy.com/3oD3Yzrwjb2TSbjdzW.gif)* `Disable` Google Suggestion Support
![IDE](http://i.giphy.com/3o6Ei2ZCw0dkUexda8.gif)## Issues
Please submit issues to [google-complete-me](https://github.com/jaydenlin/google-complete-me)**Enjoy!**