Reputation: 12124
Stupid thing I need help with; I accidentally hid the java.io.File
class from the IDE
As in, it doesn't show up in the intellisense/autocomplete when I type. I can still use the class though, it just doesn't show up anymore.
It doesn't show up in the list of excluded classes in Settings -> Project Settings -> Compiler -> Excludes
Any help as to how I bring it back?
Upvotes: 0
Views: 451
Reputation: 5101
Go to Settings -> Editor -> Auto Import and check the Exclude section.
I simulated your accidental File hiding, and it appeared there. I removed it, et voila...
Upvotes: 1