0
I can't see import list on my class. How can I get back?
I am using IntelliJ. I don't know what I clicked disible button. Now on my class didn't show import list.(Eg: import java.Until.Arrays;) How do i enable them? Please help me. I am new on Java.
1 Answer
+ 1
1. mb it's collapsed? try expand them by clicking + on left ruler in editor window.
2. CTRL + ALT + S
type in search bar word "import" and try to find enable/disable imports button in settings window.