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?
Please sign in to leave a comment.
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
Here, I created a very basic example project
https://github.com/jeggy/webstorm-navigate
Thanks! Logged as https://youtrack.jetbrains.com/issue/WEB-29389, please follow it for updates