- Fixes broken datatips from latest version of atom-languageclient @lloiser
- Same as 0.11.0, I messed up
apm publish
on the last version.
- Setting changes no longer require you to restart atom.
- Add setting for
Func Snippet Enabled
. - Add setting for
goimports Local Prefix
. - Add setting for
Use Binary Pkg Cache
. - Add setting for
Format Tool
. - Prompt to update older versions of
go-langsrever
.
go-plus
is no longer a hard dependency, it will no longer prompt to install it if you've set a to go-langserver path manually.- Use
range
code formatting. Code format will no longer work unless you have the latest version of go-langserver.
- Support tree-sitter
- Support diagnostics, requires a newer version of go-langserver if you've not updated it a while. Enable in the settings, disabled by default.
- Some refactoring for better types and error handling.
- maintenance
- TypeScript rewrite
- Add support for signature help
- Fix scope in call to onError
- Better error handling
- Add option to set the pprof address
- Upgrade atom-languageclient to 0.8.1
- Upgrade atom-languageclient to 0.8.0
- Add autocomplete support (@pbitty)
- Downloads missing package dependencies
- Add support for code formatting
- minor refactoring
- README update
- Add custom server path setting
- guard against possible race condition if go-plus methods get called before atom-languageclient
- Detect binary and install if missing.
- Every feature added
- Every bug fixed