Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Scope JumpNew to Visual Studio Code? Get it now.
Scope Jump

Scope Jump

ctf0

|
53 installs
| (1) | Free
jump to scope end/start via hover
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vscode Scope Jump

jump/select to start/end of scope on hover.

the extension gets all the file available scopes and add jump / select buttons to the hover widget

demo

Notes

the buttons only show

  • at the start/end of the scope
  • on the scopes that span more than one line
  • if the file doesn't have any provided scopes to navigate to, nothing will show up in the hover widget

Limitations

not all languages provider include comment block inside the scope range, ex.

language range selectionRange
ts method only method only
php method + doc block method only

so in-cases like this, hovering over comment blocks in some languages will show the buttons, but in others, it won't.

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