d62966f726
* Changed default to QT5 Changelog: https://github.com/visualfc/liteide/releases/tag/x32 PR: 220067 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11257
15 lines
487 B
Text
15 lines
487 B
Text
=======================================================================
|
|
|
|
In order to have full Go support, please install LiteIDE Golang Tools:
|
|
|
|
go get -u github.com/visualfc/gotools
|
|
|
|
and set LITEIDE_TOOL_PATH environment variable to point to the directory
|
|
where gotools binary is installed. To have code autocompletion, you'll
|
|
also need gocode:
|
|
|
|
go get -u github.com/nsf/gocode
|
|
or
|
|
pkg install devel/go-gocode
|
|
|
|
=======================================================================
|