IntelliJ IDEA Java 中如何快速插入 try / catch
在 IntelliJ IDEA 中是有快捷键的。 On the Code menu, click Surround With Ctrl+Alt+T. 在 Java 的语句中,可以支持下面的一些快捷插入。 if if/else while do/while for try/catch try/finally try/catch/finally synchronized Runnable {} https://www.ossez.com/t/intellij-idea-java-try-catch/157 来源: oschina 链接: https://my.oschina.net/u/4381303/blog/4312118