visualfc/liteide

LiteIDE is a simple, open source, cross-platform Go IDE.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 40 minutes ago
Added to GitGenius on September 8th, 2026
Created on November 19th, 2012
Open Issues & Pull Requests: 413 (+0)
GitHub issues: Enabled
Number of forks: 982
Total Stargazers: 7,764 (+0)
Total Subscribers: 348 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.1 days
Mean response time: 276.2 days
90th percentile: 623.6 days
Tracked items: 29

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 32
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 973 days
Stale 30+ days: 31
Stale 90+ days: 31

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

LiteIDE is a simple, open source, cross-platform Go IDE built with Qt and written in C++.

The tool addresses the need for a lightweight, dedicated development environment for Go projects. It provides integrated support for Go's build system, module management across multiple Go versions, and debugging through GDB and Delve. The IDE includes code completion via an integrated gocode implementation, refactoring tools, and navigation features like symbol search and usage finding. It supports Go generics, go.work files, Go modules, vendoring, and GOPATH-based projects, allowing developers to work with different Go versions and project structures within a single environment.

LiteIDE suits developers who prefer a minimal, focused IDE over heavyweight alternatives and who work primarily in Go. It runs on Windows, macOS, Linux, FreeBSD, and OpenBSD in both 32-bit and 64-bit variants. The tool also supports editing Markdown and Go Present files. Those evaluating adoption should note that the IDE is intentionally simple rather than feature-rich, making it appropriate for straightforward Go development workflows rather than complex multi-language projects.

The project shows consistent maintenance with updates to support new Go versions and tooling. Development activity includes regular updates to the integrated tools and ongoing compatibility work across supported platforms.