IntelliJ IDEA脚本

问题描述:

是否有一些控制台应用程序(可能是插件),这将允许我通过脚本(而不是通过GUI)控制IDEA?IntelliJ IDEA脚本

示例脚本我想写:

find all classes that ends with "Factory" 
Refactor:rename method XXX with XXXNew 
put annottion on class @Entity 

有想法要做到这一点,你应该使用Structural Search and Replace

这使你改变类作为described-

SSR是终极的一部分仅限版本。

+1

由于IntelliJ IDEA 14 SSR也包含在社区版中。 – 2014-12-21 14:32:30