liteide
liteide copied to clipboard
LiteIDE is a simple, open source, cross-platform Go IDE.
freebsd 14.1 liteide 38.3 can not debug with delve 1.24 crash without any message. when click debug liteide just closed.
The test filename must xxx_test.go invalid argument
Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks! ## ISSUE: when click on "install" link (Inside Github:...
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...
try to disable spaces for tabs ``` set shiftwidth=4 set tabstop=4 set noexpandtab set autoindent ``` or ``` set shiftwidth=0 set tabstop=0 set noexpandtab set autoindent ``` but the behavior...
Help me understand how to set up a project where GOPATH isn't used but modules and go.work are used. Is this even possible? Is there any way to configure it...
https://github.com/visualfc/liteide/releases/tag/x38.4
Why not use the DLV of the Go SDK itself, and it seems impossible to configure it
The goal of this PR is to update the installation guide for OpenBSD. It's tested for on OpenBSD 7.7 and 7.8.
## ➊ editor theme follow app theme - when app theme change between dark/light the editor theme also change with dark/light. like something in `Kate`: when i change `color scheme`...