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
- Showing scope symbol name.
- Navigate methods on current class.
- Deafault keybinding:
ctrl + alt + p
- Configration for command for click status:
scopebar.Navigate
ScopeSymbol
: The effect as followsFileSymbol
: Goto file symbol, just like command by@
.
- Deafault keybinding: