Liteide: code completion/jump to declaration does not work/is very slow in LiteIDEx29 with Go1.7 beta 1 on Ubuntu amd64

Created on 3 Jun 2016  路  6Comments  路  Source: visualfc/liteide

What version of LiteIDE and Go are you using (go version)?
LiteIDE x29 with go1.7beta1 linux/amd64

What operating system and processor architecture are you using (go env)?
Ubuntu amd64

What did you do?
While editing a (~larger) project using the LiteIDE editor, I noticed that the code completion does not work anymore and "jump to declaration" and "view expression information" functionality is very slow (5-10 seconds delay) right after I updated from Go 1.6.2 to Go 1.7 beta 1 and the slowdown didn't go away after reboot. After I changed back to Go 1.6.2 everything worked normal.

What did you expect to see?
code completion, "jump to declaration" and "view expression information" should be responsive (like when using Go 1.6.2)

What did you see instead?
code completion not working at all; "jump to declaration" and "view expression information" are very slow

All 6 comments

Would like this looked into too :)

please update and build gotools gocode in go1.7 and copy to liteide/bin
go get -u github.com/visualfc/gotools
go get -u github.com/nsf/gocode

@visualfc fix typo: go get -u github.com/visualfc/gotools

@visualfc Thank you very much. It works now.

Seems slow again (8s), I'm trying go1.10beta1 and the latest liteide, 33.1.

Update liteide tools for support new Golang Version

go get -u github.com/visualfc/gotools
go get -u github.com/nsf/gocode

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

silviucm picture silviucm  路  5Comments

mrichman picture mrichman  路  4Comments

kravlost picture kravlost  路  9Comments

zamicol picture zamicol  路  5Comments

veegee picture veegee  路  17Comments