VS Code - Search for text in all files in a directory

后端 未结 15 1023
深忆病人
深忆病人 2020-12-12 09:32

Is there a way to search for text in all files in a directory using VS Code?

I.e., if I type \"find this\" in my search, it will search through all the files in the

15条回答
  •  囚心锁ツ
    2020-12-12 10:02

    Search across files - Press Ctrl+Shift+F

    Find - Press Ctrl+F

    Find and Replace - Ctrl+H

    For basic editing options follow this link - https://code.visualstudio.com/docs/editor/codebasics

    Note : For mac the Ctrl represents the command button

提交回复
热议问题