You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java class names which start with two capital letters inside an import statement are colored as constants:
importjava.io.File; // File is colored normallyimportjava.io.IOException; // IOException is in blueimportjava.util.UUID; // UUID is in bluepublicclassMyClass {
// Code here
}
This is likely caused by this snippet from Java.plist
The text was updated successfully, but these errors were encountered:
JorelAli
changed the title
Import names with two or more uppercase characters are highlighted as constants
Import names starting with two or more uppercase characters are highlighted as constants
Apr 29, 2022
Java class names which start with two capital letters inside an import statement are colored as constants:
This is likely caused by this snippet from Java.plist
The text was updated successfully, but these errors were encountered: