How to make indentation in less time??
-
Is there any automated way of doing indentation in my lengthy code?? i mean is there any option available in eclipse or either in Netbeans??
-
Is there any automated way of doing indentation in my lengthy code?? i mean is there any option available in eclipse or either in Netbeans??
aesthetic.crazy wrote:
i mean is there any option available in eclipse
In Eclipse there is an awesome feature that format your code properly automatically (indentation, position of brackets, spacing, ...). Without having anything selected in your editor, simply press ctrl + shift + F. If you have a piece of code selected, this will format only the selection.
Cédric Moonen Software developer
Charting control [v3.0] OpenGL game tutorial in C++ -
Is there any automated way of doing indentation in my lengthy code?? i mean is there any option available in eclipse or either in Netbeans??
-
Is there any automated way of doing indentation in my lengthy code?? i mean is there any option available in eclipse or either in Netbeans??
-
Is there any automated way of doing indentation in my lengthy code?? i mean is there any option available in eclipse or either in Netbeans??
If in eclipse use the Format Code if u want to reformat the code writing , and if u only want to align the braces , simply select the piece u want to indent and select and press CTRL + I to indent the code.