GoSublime alternatives and similar packages
Based on the "Editor Plugins" category.
Alternatively, view GoSublime alternatives based on common mentions on social networks and blogs.
-
Go for Visual Studio Code
An extension for VS Code which provides support for the Go language. -
go-lang-idea-plugin
Google Go language IDE built using the IntelliJ Platform -
coc-go language server extension for Vim/Neovim
Go language server extension using gopls for coc.nvim. -
goimports-reviser
Right imports sorting & code formatting tool (goimports alternative) -
Watch
Watches for changes in a directory tree and reruns a command in an acme win or just on the terminal. -
Local Golang playground
GNU/Emacs mode that setup local Go playground for code snippets like play.golang.org or even better :) -
Go Doc
An Microsoft Visual Code extension for Golang to print symbol definition to output -
goprofiling
This extension adds benchmark profiling support for the Go language to VS Code. -
Go plugin for JetBrains IDEs
Go plugin for JetBrains IDEs.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of GoSublime or a related project?
README
GoSublime

Intro
GoSublime is an IDE-like plugin for Sublime Text 3 mainly, but not limited to, providing integration for most of your Go/Golang development tools.
See https://margo.sh/b/hello-margo/ for a brief introduction to margo, the engine behind GoSublime.
Installation & Support
See https://margo.sh/b/migrate/ for instructions on how to install GoSublime.
See [SUPPORT.md](SUPPORT.md) for details about what level of support you can expect while using GoSublime.
Features
- code completion from Gocode (fork);
- context aware snippets via the code-completion popup;
- sublime build system(ctrl+b) integrating with GoSublime 9o command prompt with live command output;
- lint/syntax check as you type or on save;
- quickly jump to any linter error reported in any open file or package;
- quickly fmt your source or automatically on save to conform with your coding standards;
- easily create a new go file and run it without needing to save it first (9o
replay
); - share your snippets (anything in the loaded file) on play.golang.org;
- list declarations in the current file or package;
- automatically add/remove package imports;
- quickly jump your import section(automatically goes to the last import) where you can easily edit the pkg alias and return to where you were before;
- go to definition of a package function or constant, etc.;
- create your own margo extensions in Go to e.g. add context-aware commands to the command palette.
Demo
Copyright, License & Contributors
margo and GoSublime are released under the MIT license. See [LICENSE.md](LICENSE.md)
Thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
Supporters
GoSublime has received support from many kind individuals and as a thank you I've added most to [THANKS.md](THANKS.md) file as a way of saying Thank You. Some donors donated anonymously and so are not listed, however. If you have donated and would like to add an entry to this file, feel free to open a pull request.
Donations
See https://margo.sh/funding/ for ways in which you can help support future development of margo and GoSublime.
Become a backer or a sponsor on OpenCollective
Backers
Thank you to all our backers! ๐ [Become a backer]
Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
*Note that all licence references and agreements mentioned in the GoSublime README section above
are relevant to that project's source code only.