在IDEA中输入try/catch并未有快捷提示,那怎么完成快速输入呢?
在 IntelliJ IDEA 中是有快捷键的。
On the Code menu, click Surround With Ctrl+Alt+T.
在 Java 的语句中,可以支持下面的一些快捷插入。
1. if
2. if/else
3. while
4. do/while
5. for
6. try/catch
7. try/finally
8. try/catch/finally
9. synchronized
0. Runnable
A {}