google-complete-me
google-complete-me copied to clipboard
An extension that provides Google Suggestion API Support in Visual Studio Code!
Google-Complete-Me
An extension that provides
Google Suggestion API Support
in Visual Studio Code!
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 SupportAfter 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
-
Disable
Google Suggestion Support
Issues
Please submit issues to google-complete-me
Enjoy!