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