Releases: DisposaBoy/GoSublime
Releases · DisposaBoy/GoSublime
v18.03.19-1
- disable the
autoinst
setting by default - fix a Python buffering issue that sometimes caused the ui to freeze
- speedup sh-bootstrap/Sublime Text startup
v18.03.16-1
support for context-aware snippets have now been added in the new version of margo.
just add golang.Snippets,
to your reducers to enable it.
see https://github.com/disposablue/margo/blob/master/extension-example/extension-example.go
r18.03.05-1
-
if no status is set, the status markers (dots) are no longer shown
-
sh-bootstrap.go is now built with
go build
to improve startup time in go1.10 -
path handling on Windows was improved
-
linter support should now be almost complete.
- add support for displaying issues via
ctrl+.
,ctrl+e
orcmd+.
,cmd+e
- errors for all files in the package are tracked
- the error count in the status bar is always visible if there are errors in other files
see the example extension https://github.com/disposablue/margo/blob/master/extension-example/extension-example.go for examples of builtin linters.
- add support for displaying issues via
stop linking sqlite3 to avoid compilation errors
r18.02.17-2 ANN
fix a compilation error introduced in r18.02.16-1
r18.02.17-1 ANN
margo is ready for testing
r18.02.16-1 mark the new margo as ready for testing
push new margo
18.02.09-1 ANN
pre-release announcement
18.02.04-1 fix ANN version
marketing
marketing
r17.12.17-1
- fix failure to list some packges in the imports palette
- update gocode