Skip to content

yuki777/vscode-super-jump

Repository files navigation

icon

vscode-super-jump

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

Configuration Sample

searchFileNameConvertRules

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

Support

  • It is maintained by yuki777
  • If you wish to make a voluntary donation you can do so via my new Buy Me a Coffee page.

Buy Me A Coffee

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published