-
Notifications
You must be signed in to change notification settings - Fork 571
This page addresses some of the most frequently asked questions about the plugin.
NOTE Before reporting an error, please read these FAQs, the How to contribute document, and search for the issue in the issue tracker. Also, please don't bump, +1 or "me too" issues. Contributions are welcome. Thank you.
Q: Which IDEs are supported?
A: The plugin supports all JetBrains IDEs based on IntelliJ Platform >= 2016.1.
With time, support for older versions will drop off as we introduce new fixes, features and performance improvements.
Q: I've tried an action from the Build
menu but nothing happens
A: At the moment the plugin doesn't support this feature. For more information, please read issues #1413 and #1414. You can create an external tool configuration to achieve similar functionality.
Q: I've clicked on the nightly/alpha link and I get a 404. Why doesn't it work?
A: You're not supposed to do that. Please add them in the IDE via the Custom Repository
feature. See README for more details.
Q: I get a 404 for the nightly/alpha link in the IDE. Why doesn't it work?
A: You're using the wrong/an old version of the IDE. Please upgrade your IDE to the latest version or use one of the IDEs/versions listed in the README.
Project info:
Plugin usage:
- Installing the plugin
- Setting up the Go SDK
- Setting up a project from existing sources
- Setting up a project from scratch
- Running your application
- Running tests
- Changing the Go Libraries (GOPATH libraries)
- Structure view of the project
- Using code completion
- Using code navigation
- Using renaming refactoring functionality
- Formatting the source code
- Finding usage occurrences
- Changing default color scheme
- Creating your Go file template
- Creating / using Live templates for Go code
- Debugging Go applications