Skip to main content

VSCode Setup

Extensions

Install the Go extension by Google:

  • Open Visual Studio Code
  • Press Ctrl+P/+P to open the Quick Open dialog
  • Type ext install go to find the extension
  • Click the Install button, then the Enable button

You should see your status bar updated with some additional information: VSCode Go Status The Go Plugin Static Analysis Tools

Keyboard Shortcuts

  • Display documentation tooltip: +K, +I