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
The syntax from eclipse-jdt/eclipse.jdt.core#2383 needs to get some help for highlighting the conditional keyword / restricted identifier module in code like this:
I changed the color for restricted identifiers for clarity (see how record is rendered).
This is the code we are referring to:
module-info.java:
con/Fusion.java:
See that the import declaration can distinguish between occurrences of the word "module" (modifier vs. identifier), which the editor of module-info.java cannot yet.
The syntax from eclipse-jdt/eclipse.jdt.core#2383 needs to get some help for highlighting the conditional keyword / restricted identifier module in code like this:
The text was updated successfully, but these errors were encountered: