NReib opened a new issue, #5559: URL: https://github.com/apache/netbeans/issues/5559
### Description Currently, there is no braces matching in PHP strings. This feature exists at least in the Java editor. ``` <?php "(Test)"; // There is no highlighting for braces in the string ``` ### Use case/motivation Braces matching would make it much easier to detect mistakes in eg SQL strings. ### Related issues _No response_ ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- 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
