Auto-completing a structure like a for loop creates:
How do I change that so it puts the { on a new line, and how do I get from the first block (<#initial#>) to the second block, or can that not be done?
Code:
for (<#initial#>; <#condition#>; <#increment#>) {
<#statements#>
}
How do I change that so it puts the { on a new line, and how do I get from the first block (<#initial#>) to the second block, or can that not be done?