Section 03 IDE Introduction and Installation

Section 03 IDE Introduction and Installation

Contents of this section:

  • VSCode

  • GoLand

  • Eclipse

  • LiteIDE (recommended)

1.1 VSCode

VSCode (full name: Visual Studio Code) is a free cross-platform source code editor developed by Microsoft. The debugging function is easy to use, but the code hints are very general.

  • VScode download address: https://code.visualstudio.com/

1.2 GoLand

GoLand is the Go language IDE of the Jetbrains family. It is a commercially charged IDE with a 30-day free trial period. The functions are very perfect, but they are charged and take up a lot of resources.

  • GoLand download address: https://www.jetbrains.com/go/

1.3 Eclipse

Eclipse is also a very common development tool. GoClipse is an Eclipse plugin for Golang that provides Go source code editing.

  • Eclipse download address : https://www.eclipse.org/

1.4 LiteIDE (recommended)

LiteIDE is an open-source, cross-platform lightweight Go language integrated development environment (IDE), exclusive to the Go language IDE, and it basically has all the development functions.

  • LiteIDE download address : https://sourceforge.net/projects/liteide/files/

Guess you like

Origin blog.csdn.net/chg2663776/article/details/123821787