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

后端 未结 15 1073
深忆病人
深忆病人 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:05

    And by the way for you fellow googlers for selecting multiple folders in the search input you separate your directories with a comma. Works both for exclude and include

    Example: ./src/public/,src/components/

提交回复
热议问题