-
Notifications
You must be signed in to change notification settings - Fork 570
This page addresses some of the most frequently asked questions about the go-lang-idea-plugin. Please read this before submitting an issue — contributions are always welcome. Thank you!
NOTE Please don't comment with "bump," "+1," "same for me," etc. If you're interested in a feature like this, please report an issue in the Github repo if one isn't already open.
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