どうやら、Visual Studio Codeはglob syntax
どれが本当に素晴らしいかをサポートしています。質問で目的の結果を得るには、この形式を実行する必要があります
./**/* <partialFileName>
例
フォルダ構造:
|-- app
|-- users
|-- list.ts|html|css|viewmodel
|-- form.ts|html|css|viewmodel
|-- cars
|-- list.ts|html|css|viewmodel
|-- form.ts|html|css|viewmodel
|-- configurator.ts|html|css|viewmodel
|-- app.component.ts|html|css
|-- app.module.ts
|-- user.service.ts
|-- car.service.ts
|-- index.html
|-- main.ts
|-- style.css
すべてのViewModelファイルにこのword / code / string ICustomMatColumnがあると仮定しましょう
検索キーワード:ICustomMatColumn
含めるファイル:./**/*ViewModel.ts
検索結果:
|-- app
|-- users
|-- list.ts|viewmodel
|-- form.ts|viewmodel
|-- cars
|-- list.ts|viewmodel
|-- form.ts|viewmodel
|-- configurator.ts|viewmodel
ファイルを含めるフィールドに入力したpartialFileNameを持つファイルのみを厳密に含めます