liteide icon indicating copy to clipboard operation
liteide copied to clipboard

No automatic package suggestion - intellisense not working

Open abdul-saqib opened this issue 4 years ago • 0 comments

What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?

Lite IDE 37.4 linux64 Qt 5.5.1

What version of Go are you using (go version)?

go version go1.16.4 linux/amd64

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

GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/home/asaqib/.cache/go-build" GOENV="/home/asaqib/.config/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOINSECURE="" GOMODCACHE="/home/asaqib/go/src/pkg/mod" GONOPROXY="" GONOSUMDB="" GOOS="linux" GOPATH="/home/asaqib/go/src" GOPRIVATE="" GOPROXY="https://proxy.golang.org,direct" GOROOT="/usr/local/go" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64" GOVCS="" GOVERSION="go1.16.4" GCCGO="gccgo" AR="ar" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="/dev/null" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build108927213=/tmp/go-build -gno-record-gcc-switches"

#952 As discussed here, I set everything as suggested, GOPATH, GOROOT, and also checked liteide options-GolangCode : PKG automatic import hints for all packages (GOPATH) but still automatic import prompt is not working.

What did you expect to see?

Packages should be suggested as prompt when I type some matching characters in package name.

What did you see instead?

No automatic package suggestion

abdul-saqib avatar May 09 '21 08:05 abdul-saqib