如何在 IDEA 的设置中修改整个默认的“try-catch”模板?

2022-09-02 01:40:35

我无法在IDEA的设置中找到“try-catch”模板的位置?

我想修改整个模板,而不仅仅是模板中的内容。Catch Statement Body

例如,将异常的引用从 重命名为 。eex


答案 1

在我的IntelliJ 11.1.3中,我在.转到该选项卡,然后获得 .File TemplatesCodeCatch Statement Body

如果它不存在,那么你的EAP有问题(我还没有测试过它)。

enter image description here


编辑

我猜IntelliJ没有附带用于尝试/捕获的实时模板。这里描述了如何做到这一点。


答案 2

对于更高版本,可以从以下位置自定义 try/catch 模板

File -> Other Settings -> Default Settings -> Editor -> File and Code Template -> Code -> Catch Statement Body

完成此操作后,这将在确实是您的项目设置上启用File -> Settings