문제

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