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
- 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 follows
FileSymbol : Goto file symbol, just like command by @ .
Source
GitHub
License
MIT
| |