IntelliJ IDEA 脚本编写

发布于 2024-11-04 08:18:51 字数 209 浏览 0 评论 0原文

是否有一些控制台应用程序(可能正在插入)允许我通过脚本(而不是通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦行七里 2024-11-11 08:18:51

要使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文