Yet another silly question. I am using netbeans, and need to know how to autoformat a line when I type semicolon.
Example
type var=new type();
type var = new type();
Yet another silly question. I am using netbeans, and need to know how to autoformat a line when I type semicolon.
Example
type var=new type();
type var = new type();
To accomplish this do the following
NetBeans will prompt you for a macro name, I called mine formatline
Completing a statement with a semicolon will now reformat the the line.