If I have code that has a bunch of fully qualified names in it (java.util.List, javax.swing.JLabel, etc.) is there a command in intellij that will automatically convert thos
In case, for new code entries if you are seeing the FQNs, just make sure that,
Preferences -> Editor -> Code Style -> Java ->Use fully qualified class names is un-checked.