How do I search for files in Visual Studio Code?

后端 未结 12 1784
失恋的感觉
失恋的感觉 2020-12-04 04:52

I am used to Resharper where I can search for files, not the content, but the filename, which makes it quick to open new files.

Is this feature implemented in Visual

12条回答
  •  攒了一身酷
    2020-12-04 05:05

    If you want to see your files in Explorer tree...

    when you click anywhere in the explorer tree and start typing something on the keyboard, the search keyword appears in the top right corner of the screen : ("module.ts")

    And when you hover over the keyword with the mouse cursor, you can click on "Enable Filter on Type" to filter tree with your search !

提交回复
热议问题