是否有一些控制台应用程序(可能正在插入)可以让我通过脚本(而不是GUI)来控制IDEA?
我想要写的示例脚本:
find all classes that ends with "Factory"
Refactor:rename method XXX with XXXNew
put annottion on class @Entity发布于 2011-05-01 17:12:21
要使用idea做到这一点,您应该使用Structural Search and Replace
这使您能够按照所述更改类-
SSR只是旗舰版的一部分。
https://stackoverflow.com/questions/5847523
复制相似问题