Find and Replace symbol for whole project intellij?

非 Y 不嫁゛ 提交于 2020-02-26 07:47:11

问题


In IntelliJ IDEA, is there an option to find and replace a symbol for whole project with on time operation?


回答1:


Replacing a piece of text in all the files within the specified path do one of the following:

  • On the main menu, choose Edit | Find | Replace in Path
  • Press Ctrl + Shift + R

You can try Ctrl + Shift + F.

And if you are using Eclipse keymap for IntelliJ then you can use Ctrl + H.



来源:https://stackoverflow.com/questions/38342752/find-and-replace-symbol-for-whole-project-intellij

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!