发布于 2016-12-08 01:01:18 | 201 次阅读 | 评论: 0 | 来源: 网友投递
LiteIDE Go 语言开发IDE
LiteIDE是国人开发的 Google Go 语言的一个开发工具,是一款专为Go语言开发而设计的跨平台轻量级集成开发环境(IDE),基于Qt开发,支持Windows、Linux和Mac OS X平台。
Go 语言开发工具 LiteIDE X30.3发布。
新版本带来更好的输入体验,自动完成支持模糊匹配。实现了文件保存时代码格式化后输入位置的自动匹配。编译和调试的输出窗口对颜色代码做了过滤处理。Go代码查询也已支持了guru(如未安装guru则回退到oracle)。本版本的gotools工具在go1.8beat1下编译,支持最新的go1.7.4和go1.8beta1。
2016.12.6 Ver X30.3
* LiteEnv
* remove GO15VENDOREXPERIMENT env
* LiteEditor
* add fuzzy completion option, default setup
* add clear completion cache when save files option
* support drop file to open editor
* add case convert actions
* GolangEdit
* add guru support (backup oracle)
* GolangFmt
* fmt try to keep the original location
* DlvDebugger
* use native stepout
* filter term color
* LiteBuild
* filter term color
* FileTest support TESTARGS
* gotools
* always use vendor
* gotest support [build|test args]
* update vendor for oracle