Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Go Deps ExplorerNew to Visual Studio Code? Get it now.
Go Deps Explorer

Go Deps Explorer

BaiLuoYan

|
8 installs
| (0) | Free
Browse, explore, and navigate Go project dependencies directly in VS Code. Supports direct/indirect deps, standard library, replace directives, multi-project workspaces, and Cmd+Click jump tracking.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Go Deps Explorer

Browse and explore Go project dependencies directly in VS Code.

Features

  • 📦 Dependency Tree — View all direct and indirect dependencies in the Explorer sidebar
  • 📂 Browse Source — Expand any dependency to browse its complete directory structure
  • 👁️ Read-only View — Click any file to view its source code (read-only)
  • 🔗 Jump Tracking — Cmd+Click into dependency code and the tree auto-locates the file
  • 📁 Workspace Support — Multi-project workspaces show dependencies grouped by project
  • 🔄 Auto Refresh — Dependency tree updates automatically when go.mod changes

Configuration

Setting Default Description
goDepsExplorer.handleReplace true Handle replace directives in go.mod
goDepsExplorer.showIndirect true Show indirect (transitive) dependencies
goDepsExplorer.vendorFirst false Prefer vendor directory over GOPATH module cache

Requirements

  • Go toolchain installed and available in PATH
  • A Go project with go.mod in the workspace

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft