Question
I'm not used to the automatic code completion feature at present
I'm not used to the automatic code completion feature at present. For example, the "for" code block is written as "for (init-statement; condition; inc-expression) {}". Could it be modified to have the code block written as "for (int i=0; i<size; i++) {}"? This would be much more convenient. Do you have such a configuration?
