Skip to content

Add possibility to skip certain paths #1107

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

Closed
unlocomqx opened this issue Apr 10, 2025 · 2 comments
Closed

Add possibility to skip certain paths #1107

unlocomqx opened this issue Apr 10, 2025 · 2 comments
Labels
enhancement New feature or request triage Awaiting triage by a project member

Comments

@unlocomqx
Copy link

Describe the problem

For example, my app uses shadcn which places components in /src/lib/components/ui. Clicking a shadcn component opens the component source, that's expected, but instead I want to open the the file that called the component.

Describe the proposed solution

Add a skipped_paths option to designate lib folders that should'nt be opened by the inspector. Instead the inspector may look at the "upper" file and open it

Alternatives considered

I couldn't find a workaround

Importance

would make my life easier

@unlocomqx unlocomqx added enhancement New feature or request triage Awaiting triage by a project member labels Apr 10, 2025
@dominikg
Copy link
Member

you can use arrow up to select the next outer component even when it has no hoverable surface area.

@unlocomqx
Copy link
Author

Thank you @dominikg that's a good solution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Awaiting triage by a project member
Projects
None yet
Development

No branches or pull requests

2 participants