I have some codes in my project. But looks disordered and i want to order it and indent it with a shortcut like ALT + SHIFT + F in Netbeans.
Can any one help me to do that.
Thanks in advance!!
Look at this: How to automatically indent source code?
Essentially:
Ctrl+E, D - Format whole doc Ctrl+K, Ctrl+F - Format selection
(from included link)