Closed
Description
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