liteide icon indicating copy to clipboard operation
liteide copied to clipboard

Debian 12 LiteIDE X38.3 Go 1.24 Auto-Completion and Auto-Import Not working

Open tunloop opened this issue 10 months ago • 5 comments

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.

tunloop avatar Feb 13 '25 04:02 tunloop

The same issue. Will LiteIDE be maintained? @visualfc

ltang952 avatar Feb 24 '25 06:02 ltang952

I have the same problem.

gitchander avatar Mar 06 '25 09:03 gitchander

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.

fireworx avatar Mar 06 '25 09:03 fireworx

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

visualfc avatar May 19 '25 14:05 visualfc

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

gabagool2128 avatar Jul 30 '25 03:07 gabagool2128