Intellij auto completing is missing some important code
已回答
Im using other java program and its better in auto completing (content assist) for example:

There is much many "template" which help me to safe time. if I need to make if else statement, Im can done it with just 1 sec. Now look at intellij ultimate:

no generating code if else. How to solve this, please. I Love Intellij since its have better interfaces and responsive. But would love more if this auto completing can be fixed.
请先登录再写评论。
Use the surround templates on the block of code you want to be inside the condition:
See https://www.jetbrains.com/help/idea/surrounding-blocks-of-code-with-language-constructs.html for details.