-
Notifications
You must be signed in to change notification settings - Fork 571
Home
zoë peterson edited this page Aug 21, 2017
·
19 revisions
This is a plugin for the IntelliJ IDEA IDE — and other IDEs based on the IntelliJ Platform — that fully supports Go development with the same power and flexibility that the IDE offers Java/Scala developers.
The intent is to support both standalone Go development and tooling integration with the Google App Engine for seamless Go deployments in the cloud.
Please read our Vision document statement to get an idea of the functionality we hope to acheieve. This page outlines our goals for the plugin, ideas and updates.
Once you're familiar with this, feel free to check out How to contribute to help us achieve our goals more quickly.
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