Is it possible to restrict the file type extension for find usages?

For example, when performing find usages while using TypeScript it would be useful to only see usages found in *.ts files, the *.js files should be excluded:

有帮助吗?

解决方案

You can use scopes here. In Settings/Scopes add a new scope with only .ts files included, then select your class, hit Ctrl+Alt+Shift+F7 (Edit | Find | Find usages settings) , select the scope above as a scope in 'Find Usages' dialog

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top