How do I find and replace all occurrences (in all files) in Visual Studio Code?

后端 未结 7 1959
轻奢々
轻奢々 2020-12-04 05:25

I can\'t figure out how to find and replace all occurrences of a word in different files using Visual Studio Code version 1.0.

I get the impression this should be po

7条回答
  •  一生所求
    2020-12-04 06:09

    On the Visual Studio Code Key Bindings page, the section Keyboard Shortcuts Reference has links to a PDF for each major OS. Once open, search for "replace in files" or any other shortcut you might need.

    Another way is to use the Command Palette (ctrl/cmd+shift+P) where you can type "replace" to list all related commands, including the one you want:

    Replace in Files ctrl/cmd+shift+H

提交回复
热议问题