Why can't I use 'String' object in a Java class? It does not appear in the code suggestions.
I am getting this error: Cannot resolve symbol 'String'
Why can't I use 'String' object in a Java class? It does not appear in the code suggestions.
I am getting this error: Cannot resolve symbol 'String'
It worked for me when I selected the correct JDK in Project Structure and Reloaded the project from disk (right click & the reload option is present)
Project Structure > Set proper JDK available version. The issue will be indexed.