search

Home  >  Q&A  >  body text

c++ - 如何在整个项目文件夹里所有源文件里搜索一个字符串

有什么编辑器或者ide可以做到吗?

PHPzPHPz2773 days ago484

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 14:29:57

    For Linux, just grep: find . -name "*.c" | xargs grep xxx

    For Windows, any IDE can do it. This is the most basic function of an IDE

    reply
    0
  • 迷茫

    迷茫2017-04-17 14:29:57

    You can use notepad++ vs

    reply
    0
  • Cancelreply