gotools-sublime
gotools-sublime copied to clipboard
Golang tools (gofmt, gocode, golint, guru, gorename, ...) integration for Sublime Text 3
While waiting on an autocomplete: ``` Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 672, in on_query_completions res = callback.on_query_completions(v, prefix, locations) File "/Users/me/Library/Application Support/Sublime Text 3/Installed Packages/Golang Tools...
I'm seeing this for the syntax error checks: ``` F:\Go\src\otsim.ee\otsim\F:\Go\src\otsim.ee\otsim\main_mobile.go:20:2: expected statement, found '.' F:\Go\src\otsim.ee\otsim\F:\Go\src\otsim.ee\otsim\main_mobile.go:22:3: expected ';', found 'EOF' F:\Go\src\otsim.ee\otsim\F:\Go\src\otsim.ee\otsim\main_mobile.go:22:3: expected '}', found 'EOF' ``` The reason is that, when...
Can you add a config option to disable autolint on save?
Current gocode's auto-complete affects input fluency badly. Think about to improve it, for example: 1. keep a gocode process running, rather than open a process for each calling. use gocode's...
Get the method under cursor automatically. Use selector(?) to replace the word under cursor.
delve: https://github.com/derekparker/delve implements can refer to https://github.com/quarnster/SublimeGDB