hi, I found a very tempting function in Netbeans, which is to re-factor or 'beautiful-ize' the c++ code according to some parameters, such as tab length, {'s position, etc
is there anything similar in Eclipse, which keyword should I google?
hi, I found a very tempting function in Netbeans, which is to re-factor or 'beautiful-ize' the c++ code according to some parameters, such as tab length, {'s position, etc
is there anything similar in Eclipse, which keyword should I google?
By using Code Formatter (Ctrl + Shift + F) you can indent the code following a predefined template. Go to Window -> Preferences -> Code Style.
This should reformat your code according to the options given in the Preferences => "C/C++" => "Code Style