-
Notifications
You must be signed in to change notification settings - Fork 571
#FAQ
This page addresses some of the most frequent asked questions. Please read this before submitting an issue.
Also, as annoying as things might be, please don't bump, +1, or comment with things like: me too. If you want this feature, please request it to Github or help us by contributing to the plugin. Thank you!
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: #1413 and #1414. Just use the Run Configurations or the good old command line :)
Q: I've clicked on the nightly / alpha link and I get a 404. Why doesn't it work? A: That's because you are not suppoed to do that. Please add them in the IDE via the Custom Repository feature (see README for details)
Q: I get a 404 for the nightly / alpha link in the IDE. Why doesn't it work? A: You are using a wrong / old version of the IDE. Please upgrade your IDE to the latest version or use one of the IDEs / versions indicated by the README file.
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