8c9cad4820
PR: 210450 Submitted by: Dmitri Goutnik <dg@syrec.org> LiteIDE is a simple, open source, cross-platform Go IDE. Main features: - System environment management - Configurable build commands - Simple and open debug system - Kate format for auto-completion and theming - Configurable auto-completion with WordApi - MIME type based system - Plugin support - Package browser - Class view and outline - Document browser - Gocode support - GOPATH API index - Code Navigation - Find Usages - Code Refactor - Go playground - Markdown - Json - Golang Present https://github.com/visualfc/liteide
11 lines
344 B
Text
11 lines
344 B
Text
======================================================================
|
|
|
|
In order to have full Go support, please install LiteIDE Golang Tools:
|
|
|
|
go get -u github.com/visualfc/gotools
|
|
|
|
To have code autocompletion, you'll also need gocode:
|
|
|
|
go get -u github.com/nsf/gocode
|
|
|
|
======================================================================
|