Go语言的可视化开发工具,LiteIDE x14.0发布
jopen 12年前
LiteIDE 是国人开发的 Google Go语言的可视化开发工具。
IDE基本特性:
- 以MimeType为基础构建的IDE
- 编译环境管理
- 项目文件系统管理
- 编译系统管理
- 简洁和开放的调试系统
- KATE语法高亮支持
- WordApi自动完成支持
GO语言增强:
- GO包浏览器
- GO包向导
- GO包编译
- GO标准API检索
- GO类视图
- GO文档浏览
- GOCODE支持
GO语言开发工具liteide x14.0发布,新版本加入goapi工具。
新增功能 :
- 查看光标处语句信息 F1
- 跳转到代码定义处 F2
LiteIDE项目:
- 操作系统: Windows / Linux x86 / Linux x86_64 / MacOS X 10.6
- 项目主页: http://code.google.com/p/golangide
- 项目源码 : http://code.google.com/p/liteide
- 讨论组: http://groups.google.com/group/liteide-dev
==== 2012.11.7 Ver x14.0 ====
* tools/goapi : new goapi tool
* GolangDoc: View Cursor Infomation (F1)
* GolangDoc: Jump to Declaration (F2)
* GolangDoc: lookup all GOPATH pkg api
* LiteApp: fix editor navigate
* LiteEditor : add action Move to New Windows
* LiteFind : focus in find text and enter
* LiteEditor: fix code compelter func test ()
* GolangCode : auto restart gocode if liteide GOPATH changed
* GolanPlay: enable gocode and fmt
* GolangFmt: auto popup gofmt messsage option
* LiteBuild : fix build config custom view
* LiteBuild : BUILDARGS / INSTALLARGS support set
example -gcflags "-N -l" for debug
example -ldflags "-s" for release
* remove: Makefile plugin , Profile plugin, x64 Project