Is there a (quick) way to automatically insert the Java for
loop, for example, for (int i=0;i< someInt;i++){
?
It would be very convenient (as rest of code generation functionality).
Is there a (quick) way to automatically insert the Java for
loop, for example, for (int i=0;i< someInt;i++){
?
It would be very convenient (as rest of code generation functionality).
You can also use the Fast Code plugin or define your own template similar to IntelliJ IDEA.
Someone has already posted some templates here.