Skip to content
New issue

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

Jump between files within the same folder #171

Open
Norfeldt opened this issue Apr 22, 2021 · 0 comments
Open

Jump between files within the same folder #171

Norfeldt opened this issue Apr 22, 2021 · 0 comments

Comments

@Norfeldt
Copy link

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%",
  ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant