mbien commented on PR #6749: URL: https://github.com/apache/netbeans/pull/6749#issuecomment-1826811593
> Would it make sense to add coloring to the import statements? you mean the fully qualified type behind `import`? ```java import java.util.ArrayList; // ^^^^^^^^^^^^^^^^^^^ this? ``` I personally don't think its needed, since it should have the same color as: ```java list = new java.util.ArrayList<>(); // ^^^^^^^^^^^^^^^^^^^ <- essentially the same thing ``` Or do you mean something else? There are two separate questions to ask I think: what should the editor offer and which part should be used in the default theme. It could be nice to have an option to customize import statements but maybe it shouldn't be enabled by default. Although I think it would probably look nice to reduce saturation for the imports on some themes which have the contrast budget for that since those code areas are generally less import-ant :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
