We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
Can't jump quickly to the next file within a folder
Describe the solution you'd like
I tend to co-locate my files with with a different name convention than what is being used by this extension.
- compontents - - MyComponent - - - index.tsx - - - index.test.tsx - - - MyComponent.module.scss - - - types.d.ts
So would like to quickly jump (or open in split view) a co-located file.
Describe alternatives you've considered
🤷♂️
Additional context
Tried the following but it does not work
"fileHopper.labelRuleSets": [ { "folderName": "", "title": "Component", "regexPatterns": ["index(.js|.jsx|.ts|.tsx)"] }, { "folderName": "", "title": "Component Style", "regexPatterns": ["(.+).module(.css|.scss)"] }, ], "fileHopper.customGlobPatterns": [ "**/*.%FILE_EXT%", ],
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Can't jump quickly to the next file within a folder
Describe the solution you'd like
I tend to co-locate my files with with a different name convention than what is being used by this extension.
So would like to quickly jump (or open in split view) a co-located file.
Describe alternatives you've considered
🤷♂️
Additional context
Tried the following but it does not work
The text was updated successfully, but these errors were encountered: