IntelliJ IDEA 脚本编写
是否有一些控制台应用程序(可能正在插入)允许我通过脚本(而不是通过 GUI)控制 IDEA?
我想写的示例脚本:
find all classes that ends with "Factory"
Refactor:rename method XXX with XXXNew
put annottion on class @Entity
Is there some console app (may be pluging) which would allow me to control IDEA via a script (not via the GUI)?
Example script I want to write:
find all classes that ends with "Factory"
Refactor:rename method XXX with XXXNew
put annottion on class @Entity
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使用 idea 执行此操作,您应该使用 结构搜索和替换
这使您能够更改所描述的类 -
SSR 仅是终极版的一部分。
to do this with idea you should use Structural Search and Replace
this enables you to alter classes as described-
SSR is part of the Ultimate Edition only.