jaydenlin / google-complete-me

An extension that provides Google Suggestion API Support in Visual Studio Code!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Enable Google Suggestion API Support
    IDE

  • Disable Google Suggestion Support
    IDE

Issues

Please submit issues to google-complete-me

Enjoy!

About

An extension that provides Google Suggestion API Support in Visual Studio Code!


Languages

Language:TypeScript 100.0%