freebsd-ports/devel/liteide/pkg-message
Jan Beich 8c9cad4820 devel/liteide: add new port
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
2016-07-10 15:35:23 +00:00

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
======================================================================