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 |
searchFileNameConvertRules
- Supports the following using case-anything
- adaCase
- camelCase
- capitalCase
- cobolCase
- constantCase
- dotNotation
- kebabCase
- lowerCase
- pascalCase
- pathCase
- snakeCase
- spaceCase
- trainCase
- upperCamelCase
- upperCase
Configuration Sample
| |