Intellij auto completing is missing some important code

Answered

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.

 

0
1 comment

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.

1

Please sign in to leave a comment.