golang/vscode-go

Go extension for Visual Studio Code

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 54 minutes ago
Added to GitGenius on September 16th, 2026
Created on March 6th, 2020
Open Issues & Pull Requests: 438 (+0)
GitHub issues: Enabled
Number of forks: 928
Total Stargazers: 4,262 (+0)
Total Subscribers: 104 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 18.5 hours
Mean response time: 14.6 days
90th percentile: 7.9 days
Tracked items: 916

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "Go Companion" is answered fastest, typically in about 6 hours, while "HelpWanted" waits about 3 days. 80% of issues opened in the past year have been closed, leaving a working backlog. Three people close 54% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 178
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 882 days
Stale 30+ days: 171
Stale 90+ days: 138

Recent activity

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

Top labels

  • FrozenDueToAge (631)
  • WaitingForInfo (271)
  • FeatureRequest (90)
  • Debug (62)
  • NeedsInvestigation (45)
  • go-test (42)
  • automatedReport (40)
  • Go Companion (30)

Detailed Description

The Go extension for Visual Studio Code is a Visual Studio Code extension that provides language support and development tools for Go projects.

The extension integrates Go tooling directly into the editor, enabling developers to write, debug, and analyze Go code without leaving Visual Studio Code. It leverages the Language Server Protocol to communicate with Go language servers, providing features like code completion, diagnostics, and navigation. The extension handles the installation and management of necessary Go tools, abstracting away configuration complexity for users.

Developers working on Go projects in Visual Studio Code should adopt this extension as their primary development environment integration. It suits any project scale, from small utilities to large codebases, and is particularly valuable for teams already invested in the Visual Studio Code ecosystem. The extension provides debugging capabilities alongside language features, making it a comprehensive solution for Go development rather than a text editor enhancement alone.

The project maintains steady activity with regular updates addressing bug fixes and feature improvements. Development focuses on compatibility with evolving Go tooling and Visual Studio Code APIs. The maintainers actively respond to issues and incorporate community feedback into releases.