Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Scope BarNew to Visual Studio Code? Get it now.
Scope Bar

Scope Bar

amos402

|
17,566 installs
| (13) | Free
Showing the scope symbol name of the cursor on status bar.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Scope Bar

A Visual Studio Code Extension for showing the scope symbol name of the cursor on status bar.

Note: Notice that it didn't provider any symbol service. It depend on your language extension whitch registered a documentSymbolProvider. For more detail, see https://code.visualstudio.com/docs/extensionAPI/language-support#_show-all-symbol-definitions-within-a-document

Features

  1. Showing scope symbol name.

feature-1

  1. Navigate methods on current class.
    • Deafault keybinding: ctrl + alt + p
    • Configration for command for click status: scopebar.Navigate
      • ScopeSymbol: The effect as follows
      • FileSymbol: Goto file symbol, just like command by @.

feature-2

Download

Change Log

Source

GitHub

License

MIT

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