matthiasblaesing commented on pull request #3060: URL: https://github.com/apache/netbeans/pull/3060#issuecomment-884338398
@Chris2011 Thanks for checking. Yes handling of embedded source is not optimal, but I have to see if it is possible to discern the cases: - CSS/SCSS/LESS stand alone - CSS in style tag - CSS in style attribute - CSS recognized in ID attributes - CSS in style tags, that contain other embedded code sequences (PHP) The current state should be robust enough to work in any of these situations, but especially the last case makes it difficult to handle. For the usage of node based tools: From my POV a straight no. NetBeans has a single hard dependency on an installed node when it comes to the typescript support. In that case I can live with it, as you'll need node anyway to do anything relevant with typescript sources anyway. The same is not true for CSS. CSS is used in JSF, JSP and JavaFX and for these groups there is zero reason to install a secondary tool, just to do some CSS formatting. -- 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
