Oscar Campos
Oscar Campos
Can you reproduce the hanging processes just restarting your ST3 in a consistent way? I couldn't reproduce any of your problems. In fact anaconda does not insert any text shown...
What I mean is that anaconda just inserts any code in autocompletion events and that is. I do not know why that last path is getting inserted maybe if you...
It would be very useful to know if someone else is having problems with Jedi in 2.1.17 as I updated it, so probably there is a problem with it. Tells...
Did you update your Go version recently? In any case, run `gocode close` and try again
You probably need to recompile gocode using your new go version you can do it just running: `go get -u github.com/nsf/gocode`
Do you think you could add it yourself and make a PR? I am extremely busy lately :(
Looks like your cache is corrupted. The only way to fix it is to get rid of it. Stop ST3 and delete `~/Library/Application Support/Anaconda/cache//packages.cache`. After that the cache would be...
Please, refer to this closed issue https://github.com/DamnWidget/anaconda_go/issues/11
Is not `goimports` making that feature irrelevant?
For that specific use case you can use the `AnacondaGO: Explore Packages` command then write `xml` and look for the function in the list (that you can fuzzy search as...