visualfc / liteide

LiteIDE is a simple, open source, cross-platform Go IDE.
GNU Lesser General Public License v2.1
7.6k stars 972 forks source link

Editor absolutely needs go.work #1224

Closed Fruchtgummi closed 2 years ago

Fruchtgummi commented 2 years ago

I can't work with LiteIDE at all at the moment. It doesn't understand go.work and for microservices development I have to link all imports to a repo. go.work works correctly of course, but autocompletion and jumping to the declaration go wrong.

Will there be an update for this or do I have to change the editor?

visualfc commented 2 years ago

build for go1.18 go get -u github.com/visualfc/gotools go get -u github.com/visualfc/gocode

Windows/Linux: copy GOPATH/bin gotools and gocode to liteide/bin MacOS: copy GOPATH/bin gotools and gocode to LiteIDE.app/Contents/MacOS

fixed https://github.com/visualfc/gotools/commit/46ea13351866f2bd84500fb51fcc968979a51d68 https://github.com/visualfc/gocode/commit/901895f2a8865b4fc114cf32ccd526e272c4a863