Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Google Complete MeNew to Visual Studio Code? Get it now.
Google Complete Me

Google Complete Me

Jaydenlin

|
21,177 installs
| (2) | Free
Auto-completion using Google Suggestion API, enable the suggestions whenever you need
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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 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!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft