LiteIDE X30.3 发布,Go 语言开发工具

来源: 投稿
作者: 七叶
2016-12-08 08:12:00

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

展开阅读全文
点击加入讨论🔥(27) 发布并加入讨论🔥
本篇精彩评论

引用来自“ideaa”的评论

sourceforge下载太慢了
下载位置已增加
http://sourceforge.net/projects/liteide/files
https://github.com/visualfc/liteide/releases
http://git.oschina.net/visualfc/liteide/attach_files
2016-12-08 09:42
3
举报

引用来自“luwenhua”的评论

guru oracle是什么东东?
go官方实现的go语言代码查询工具,以前实现名为oracle的库,已合并到liteide的gotools工具中,现在改成名为guru的命令行工具。
https://github.com/golang/tools/tree/master/cmd/guru
2016-12-08 08:48
2
举报
27 评论
17 收藏
分享
返回顶部
顶部