From the course: Learning Go (2021)

Unlock this course with a free trial

Join today to access over 24,500 courses taught by industry experts.

Choose an IDE for Go programming

Choose an IDE for Go programming - Go Tutorial

From the course: Learning Go (2021)

Choose an IDE for Go programming

- There isn't a single integrated development environment or IDE for Go programming that's endorsed or even developed by the Go development team. There are however many plugins for commercial and open-source IDEs that have been created by the Go community or by the IDE vendors. Which you choose mostly depends on what development environments you're already familiar with. You can find a listing of available tools on this webpage on GitHub. If you're an experienced developer who likes working with Eclipse, you can find a plugin for Eclipse here at goclipse.github.io. You'll find a listing of features. Now go back a step and click on installation and you'll find links to the downloads and instructions here. If you're a fan of the Sublime editor, you can find a Go plugin for that also stored on GitHub under Disposaboy/gosublime. The documentation for this plugin isn't as complete as the one for Eclipse and as you can…

Contents