An extension that provides
Google Suggestion API Support
in Visual Studio Code!
ext install google-complete-me
- No more naming issues for developers, Google will suggest you the related words!
- Speed up your typing!
-
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.
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" }
]
Please submit issues to google-complete-me
Enjoy!