haidubogdan opened a new pull request, #7618: URL: https://github.com/apache/netbeans/pull/7618
Laravel is one of the most used frameworks in php, yet it still doesn't have support in Netbeans. (#7531 , #7231). Mostly the main missing support is for **blade templates** syntax. I've started to work on a plugin https://github.com/haidubogdan/netbeans-php-blade-plugin 3 years ago. After using antlr as a lexer and parser, I found that scaling the plugin was much maintainable. It's not the cleanest code, but I realized that I will always reach to the 99% finish status if I don't do the first pull request. Most of the available features to be included are listed at https://github.com/haidubogdan/netbeans-php-blade-plugin. - syntax highlighting - blade syntax completion - declaration finder for specific blade template .... And some are still missing - php embedded syntax validation - more advanced php syntax completion. All feedbacks are welcome, I hope to reach nb 23 deployment :) . -- 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
