Created
September 21, 2019 18:15
-
-
Save mayconvm/00f9066dfca6591d918050f81eb97e6d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Tooling integration with the official sublime-build plugin. | |
| Automatic formatting with the Gofmt plugin and goimports. | |
| Code linting with the SublimeLinter plugin and gometalinter. | |
| Autocompletion with the gocode package. | |
| Code navigation with the GoGuru plugin. | |
| Snippet management with Sublime Text's inbuilt tool and the PackageResourceViewer plugin. | |
| https://www.alexedwards.net/blog/streamline-your-sublime-text-and-go-workflow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment