- listeners: run vet only if vet.run_on_post_save is true
- errors: remove dedupe for now
- conf: add vet.run_on_post_save flag
- staticcheck: fix typo
- listeners: remove annoying log.debug call
- listeners: run static_check on post-save
- add staticcheck command
- dev: reload staticcheck
- conf: add static_check
- listeners: async completion for STv4
- gocode: >=4070 as v4
- errors: show maximum of 1 error per view/line
- gocode: add sublime v4 support
- gocode: fix an issue with completion item exception
- commands: adjust to match the realpath of default settings
- scripts/package: match PC zip structure
- exec: use root when picking up go env
- settings: add optional root setting
- commands: adjust settings default value
- settings: add sublime menu to configure the plugin
- exec: import startupinfo on windows only (@piotrkubisa)
- exec: Do not show Windows cmd.exe on command execution (@piotrkubisa)
- vet,lint: Properly discover linted file by go-vet (@piotrkubisa)
- vet: Run on a package, not on a directoryc (@piotrkubisa)
- buffer: ocd
- buffer: never complete on the 1st line
- gocode: escape {} in completion template
- make: add deps target
- guru: fix invalid type handling
- add go1.13
- lint: strip filename
- lint: go 1.13 fixes
- gocode: complete only when necessary
- listeners: check if view is dirty
- commands: add settings command
- completion: fix gocode edge-cases
- config: rename to match other plugins
- commands: add coverage to show inline test coverage
- tags: improve parsing and add preview
- exec: automatically add GOPATH to PATH
- gocode: add returns to completion preview
- gocode: fix completion for funcs with no arguments
- commands: better naming
- package-control support
- decorators: cleanup
- Initial release