Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Go Outliner Simplified VersionNew to Visual Studio Code? Get it now.
Go Outliner Simplified Version

Go Outliner Simplified Version

rclt2m

|
867 installs
| (1) | Free
Go code outline explorer, forked from 766b/vscode-go-outliner ; Changes include: 1. Added interface entries, 2. Only show exportable entries
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Go Outliner

Go Outliner adds activity bar icon for code outline (Go projects only) to VS Code. It's also possible to extend main Explorer tab with sub-section by switching (goOutliner.extendExplorerTab) setting option to true.

Preview

Requirements

Go-Outliner package needs to be installed for this extension to work

go install github.com/rclt2m/go-outliner@latest

Keyboard Shortcuts

By default extension keybinding is unassigned. If you want to assign your own keybinding for Go Outliner, just open your Keyboard Shortcuts (Ctrl+K Ctrl+S), search for workbench.view.extension.go-outliner and assign prefered shortcut.

Extension Settings

This extension contributes the following settings:

  • goOutliner.extendExplorerTab: boolean (default: false) - Extend default Explorer tab with additional section containing Go symbols
  • goOutliner.enableDebugChannel: boolean (default: false) - Display debug information into output channel

Release Notes

Change Log

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