Debian 12 LiteIDE X38.3 Go 1.24 Auto-Completion and Auto-Import Not working
I upgraded go from 1.23.6 to 1.24.0 and LiteIDE's autocompletion has completely stopped working. Hovering over functions, View Expression Information, autocomplete of imported function names, and auto import of packages is non-functional.
I have already ran
go install github.com/visualfc/gotools@latest
go install github.com/visualfc/gocode@latest
And no change.
The same issue. Will LiteIDE be maintained? @visualfc
I have the same problem.
project dead, have a look at lapce or kate ;-)
what a pity, i use liteide for prototyping/testing and goland for big projects. i don't like vscode... the change to gopls and official gocode would make things easier.
on Go1.24
go install github.com/visualfc/gotools@latest
go install github.com/visualfc/gocode@latest
Windows/Linux: copy GOPATH/bin gotools and gocode to liteide/bin
MacOS: copy GOPATH/bin gotools and gocode to LiteIDE.app/Contents/MacOS
on Go1.24
go install github.com/visualfc/gotools@latest go install github.com/visualfc/gocode@latest Windows/Linux: copy GOPATH/bin gotools and gocode to liteide/bin MacOS: copy GOPATH/bin gotools and gocode to LiteIDE.app/Contents/MacOS
Thank you! I can't use any other IDE