IntelliJ IDEA¶
Get Started¶
Access to information about IntelliJ IDEA from online help or install IntelliJ IDEA Help plugin for offline use. Course IntelliJ IDEA 神器使用技巧 on
Skills¶
Code Completion¶
The function is used to complete code, including loop statement, if statement and so on. Use templates just starting with a dot .
. Available templates includes .var
, .null
, .not null
, .nn
, .for
, .fori
, .not
, .if
, .cast
, .return
. An example is shown as the following GIF.