You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/09/13 20:57:02 UTC

[GitHub] [netbeans] Chris2011 commented on issue #4618: HTML code analysis error

Chris2011 commented on issue #4618:
URL: https://github.com/apache/netbeans/issues/4618#issuecomment-1245946465

   I tried in WebStorm and in VS Code. Here my results
   
   
   ##VS Code
   VS Code shows no error about the custom tag I think it is not that strict due to HTML but it shows the closing quot as red colored but no message.
   
   When I check the official HTML validator, it shows me this:
   
   <img width="850" alt="image" src="https://user-images.githubusercontent.com/795658/190007073-9f65a1be-d22c-4b69-b74c-e41eddbf2353.png">
   
   So yes it could be possible to check the validatormessage and show it, I dunno why it is not shown by default, beacuse we are still using/checking HTML validiator checks.
   
   ##WebStorm
   WebStorm shows the same/similar error as NetBeans that they don't know this custom tag but you can add it to the custom tag list, which is also available for NetBeans with the hint/fix (Alt + Enter).
   
   So long story short, yes it could be possible to show the problem with the missing quot but in general, there is so much noise inside an HTMl file, if you have missing classes, custom tags, smth else which is prettey weird atm and it needs a better userabilty first IMHO. Otherwise and also I feel so, no one will check every error/warning in an HTMl file and will disable the HTML checks which is also not nice to do.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists