Reputation: 6450
i want that pair of brace ('{' and '}') will automatic will be:
public static void main(String[] args)
{
}
instead of:
public static void main(String[] args){
}
and there is way to define the Autocomplete like Visual Studio ?
Upvotes: 0
Views: 62
Reputation: 1500055
Window -> Preferences -> Java -> Code Style -> Formatter -> Edit... -> Braces.
Upvotes: 6