For example,
public static void main(String[] args){
System.out.println("aaa");
}
If you have a code like this
public static void main(String[] args){
System.out.println("aaa");
}
Isn't there a function to make it like this?
eclipse
java
align
2022-09-22 11:02