Replace all occurences of string in multiple source files in Intellij

核能气质少年 提交于 2019-12-07 03:27:23

问题


Is it possible? 2 options is preferable : 1) with variable 2) other string. Thanks.


回答1:


Yes, it's possible. The command is named "Replace in path" (Ctrl-Shift-R in my keyboard shortcut preferences).

You could have found it yourself by typing Ctrl-shift-A, and typing "replace": this will list all the commands containing the word "replace" in their name.



来源:https://stackoverflow.com/questions/21086759/replace-all-occurences-of-string-in-multiple-source-files-in-intellij

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