Navigate directly to exported

I like to have an index file in all folders which then exports the module from another file instead of having it directly in the index file itself. But when navigating I'm not interested in going to this index file which only imports a module and then exports it again under a const like shown this video: https://youtu.be/qW9th49c3Mg

Is there any setting in webstorm to navigate directly to the exported module?

1
3 comments

Normally it navigates directly to the exported member if it can be properly resolved.

Can you provide code snippets (as text) I can use to recreate the issue? They should include module declaration, re-export in index.js and usage

0

Please sign in to leave a comment.