Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-super-jumpNew to Visual Studio Code? Get it now.
vscode-super-jump

vscode-super-jump

Yuki Adachi

|
54 installs
| (0) | Free
Jump to Definition.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

icon

vscode-super-jump

  • 日本語
  • vscode-super-jump - Visual Studio Marketplace

Features

  • In a specific language set by the user,
  • If the text at the current cursor position matches a regular expression set by the user,
  • The matched text is formatted according to the user's settings,
  • If a file with the formatted text name exists in a specific directory set by the user, it jumps to that file.

Configuration Items

Item Description
triggerLanguages Programming languages to use the extension with
regex Regular expression corresponding to the text you want to trigger the jump (escape " and \ as needed)
searchFileName File name to search if matched. You can use regular expression capture variables
searchFileNameConvertRules Rules to format the matched text
searchFileExtension Extension of the target file
searchDirectories Directories to search for the file

searchFileNameConvertRules

  • Supports the following using case-anything
  • adaCase
  • camelCase
  • capitalCase
  • cobolCase
  • constantCase
  • dotNotation
  • kebabCase
  • lowerCase
  • pascalCase
  • pathCase
  • snakeCase
  • spaceCase
  • trainCase
  • upperCamelCase
  • upperCase

Configuration Sample

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