KacerCZ commented on issue #5640: URL: https://github.com/apache/netbeans/issues/5640#issuecomment-1462266080
@qmegas That is what I tried, but inside existing PHP file. @troizet Thanks for comment about empty file. Even in following code completion does not work: ```php <?php echo ''; include '' ``` This variant of code works: ```php <?php include '' echo ''; ``` Cusror is always inside quotes of `include`. -- 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
