liteide
liteide copied to clipboard
LiteIDE is a simple, open source, cross-platform Go IDE.
### What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)? x38, 5.15.5 ### What version of Go are you using (`go version`)? go1.18.4 linux/amd64...
Would be nice if **Go Playground** could have some more options: - Button to format code - Working keyboard short-cuts (at last Ctrl+d, Ctrl+/ and Alt+F6) - Button (and short-cut)...
撤销快捷键失效
Ctrl + Y 无效,Ctrl + Shift + Z 有效。 使用环境:archlinux
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...
### What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)? X35.5-1 ### What version of Go are you using (`go version`)? go1.12 linux/amd64 ###...
Next and previous tab can be configured with keyboard shortcuts, default are the same as before: Alt+(Shift+)Tab for Mac Ctrl+(Shift+)Tab for others
两个需求: 1.Ctrl+Tab按一次,切换到上一次访问/修改的文件 反复按Ctrl+Tab就可以在最近访问/修改的两个文件之间切换了 2.Ctrl+Tab按住,弹出一个小界面,列出打开的所有文件(按访问/修改逆序排列) 点按Tab,选择不同的文件 放开按键,切换到所选文件
在自定义配置里面的BUILDFLAGS加上类似下面的参数 -ldflags "-X 'main.goVersion=$(go version)' -X 'main.gitHash=$(git show -s --format=%H)' -X 'main.commitTime=$(git show -s --format=%cd)' -X 'main.buildTime=$(date)'" 编译后没有生成系统参数,还是$(go version)等类似变量值,这个该如何配置呢,手工运行编译没问题
### What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)? LiteIDE X37.1 Qt 5.14.2 (64-bit) ### What version of Go are you using (`go...
liteide对 golang的支持非常好,简洁,高效, 使用此工具可专心于后端实现,所以也通用于后端的 rust语言,希望可以支持下 非常感谢