VibeHunt
Back to browse

LiteIDE is an open‑source, cross‑platform integrated development environment focused on the Go programming language. It provides a configurable build system, integrated terminal, and advanced code editor with syntax highlighting, code completion, folding, and navigation features such as quick file and symbol opening, outline view, and find‑usages. The IDE includes tools for managing Go environments, modules, GOPATH, and vendor directories, and it supports Go versions from 1.5 through 1.21, including generics and workspace files.

The environment is aimed at Go developers who need a lightweight, feature‑rich editor on Windows, Linux, macOS, FreeBSD, or OpenBSD. It bundles utilities such as gocode for completion, gomodifytags for struct tag editing, and supports debugging via GDB or Delve. A plug‑in system allows further extension, and the IDE can be invoked from the command line with options for selecting environments and settings.

LiteIDE is distributed as binary packages for each supported platform and can be installed manually or via the provided documentation. Source code and release binaries are available on GitHub and SourceForge, and the project is maintained by the visualfc community.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps