liteide
liteide copied to clipboard
LiteIDE is a simple, open source, cross-platform Go IDE.
在写完函数后,在当前函数上使用快捷键,自动生成当前函数的注释,类似 ghostdoc 这样我们在写代码的时候顺便把注释写好,生成的 doc 也会好看一些。目前大量的 go 代码都一点注释没有, 有的有注释所不规范,希望能增加这个功能,使大家写出一样的注释来 示例: 一个求各的函数 func Add(a,b int)int,使用该功能后自动生成 //Add // // a,类型 int // b,类型 int // 返回值 类型 int func Add(a,b int)int 这样我们稍加修改就是一个完善的注释了 //Add...
I have been using LiteIDE for the last few years on Windows 10, go 1.12, LiteIDE 36 and it has been working well. This week I tried to switch to...
I would like to know if there is a way to easily save different build settings "per project"? I work on a few different apps simultaneously, and each one of...
### What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)? liteide x36.2 ### What version of Go are you using (`go version`)? go version...
Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks! ### What version of LiteIDE are you using (LiteIDE...
Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks! ### What version of LiteIDE are you using (LiteIDE...
Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks! ### What version of LiteIDE are you using (LiteIDE...
更新:标题无法更改,目前问题已解决,现象和解决方法在下面供大家碰到类似现象参考。 LiteIDE36.2 GO1.13 Windows7 x64 ESENT NOD32(正版杀毒软件) 试验过多次,导致内存快速耗尽不是每次都发生,但概率很高,载入项目时(非编译操作,仅打开主程序main.go准备编辑)出现主机内存快速耗尽。 更详细的情况:在Windows任务管理器里能看到gocode.exe内存使用快速增加,有时会出现两个gocode.exe运行,services.exe程序会迅速占用内存到极限,CPU使用率100%,确认系统内无病毒。 原先猜测过是因为更改了go默认安装路径,在LiteIDE内Win64编译环境内指定了goroot环境变量。经测试与此无关。 问题在于预置的gocode.exe在特定情况下会出现异常,可能跟mod有关,未做更详尽测试。 我的解决方法如下: 下载最新的gocode项目编译新的gocode.exe( https://github.com/stamblerre/gocode ) , 替换LiteIDE文件夹下bin文件夹内的同名文件。 务必仔细读一下该项目下对于Windows用户的一个提示并按照该提示操作。 另注意:在gopls项目没有稳定前,该项目为多个gocode项目中较为稳定的一个。可能以后都将转向gopls 。 欢迎大家的反馈。
Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks! ### What version of LiteIDE are you using (LiteIDE...
Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks! ### What version of LiteIDE are you using (LiteIDE...