Find a file by name in Visual Studio Code

前端 未结 5 1396
予麋鹿
予麋鹿 2020-12-12 12:11

How can I find file by name in Visual Studio Code?

A Visual Studio shortcut I\'m used to is CTRL+,, but it does not work here.

5条回答
  •  失恋的感觉
    2020-12-12 12:44

    It is CMD + P (or CTRL + P) by default. However the keyboard bindings may differ according to your preferences.

    To know your bindings go to the "Keyboard Shortcuts" settings and search for "Go to File"

提交回复
热议问题