Ignore export statements in find usage
已回答
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?
请先登录再写评论。
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.