Ignore export statements in find usage
Answered
In intellij/webstorm, is there a way to ignore export statements? Most components in react have a line like:
export default SomeComponent
or
export const SomeComponent
Showing those in the find usage result is just noise and ideally could be turned off?
Please sign in to leave a comment.
Unfortunately, it’s not possible at the moment. Please feel free to create a new feature request here: https://youtrack.jetbrains.com/issues/WEB. We’ll see if it can be implemented.