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 Support
After 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
Issues
Please submit issues to google-complete-me
Enjoy!
| |