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: The Go Plugin
Keyboard Shortcuts
- Display documentation tooltip: ⌘+K, ⌘+I