Home > Article > Backend Development > What development tools are used for Go language?
Go language development tools: Gogland, Eclipse, LiteIDE, KomodoIDE, Atom, Brackets, Visual Studio Code, Cloud9, CodeEnv, Wide, etc.
#The operating environment of this article: windows10 system, GO 1.11.2, thinkpad t480 computer.
Related recommendations: "go tutorial"
go language development tool
Google Go language It was recently selected as the 2016 Programming Language of the Year by Tiobe, which is obviously due to its rapidly increasing popularity. The reason why it has quickly gained the favor of developers is that the Go language is released in an open source form and has a complete collection of compilers, tools and libraries. In order to help everyone get started with this emerging language, we will introduce the various Go language IDE and editor solutions that are most worth trying in today’s article.
IDE plan:
1. Gogland
GoLand is a Go language IDE from the Jetbrains family and has a 30-day free trial period.
2. Eclipse with goclipse
Eclipse is also a very commonly used development tool. The following describes how to use Eclipse to write Go programs.
3. LiteIDE
LiteIDE is an open source, cross-platform lightweight Go language integrated development environment (IDE).
4. KomodoIDE
Editor solution:
1. Atom
Atom is a program specially launched by github for programmers Cross-platform text editor. It has a simple and intuitive graphical user interface and has many interesting features: it supports CSS, HTML, JavaScript and other web programming languages. It supports macros, automatically completes the split-screen function, and integrates a file manager.
2. Brackets
Brackets is a free, open source and cross-platform HTML/CSS/JavaScript front-end WEB integrated development environment (IDE tool). The project is created and maintained by Adobe, released under the MIT license, and supports Windows, Linux and OS X platforms.
Brackets are characterized by simplicity, elegance and speed! It does not have many views or panels, nor many fancy functions. Its core goal is to reduce inefficient repetitive work during the development process, such as browser refresh, modifying element styles, search functions, etc.
3. Visual Studio Code
Visual Studio Code is a free and open source modern lightweight code editor that supports syntax highlighting and intelligent code completion for almost all mainstream development languages. , custom hotkeys, bracket matching, code snippets, code comparison Diff, GIT and other features, supports plug-in extensions, and is optimized for web development and cloud application development. The software supports Win, Mac and Linux across platforms.
Cloud Go IDE solution:
1, Cloud9
2, CodeEnv
3, Wide
For more programming-related knowledge, please visit: programming video! !
The above is the detailed content of What development tools are used for Go language?. For more information, please follow other related articles on the PHP Chinese website!