qmegas commented on issue #5640:
URL: https://github.com/apache/netbeans/issues/5640#issuecomment-1462319643

   @KacerCZ I see. So NetBeans does not show correct autocompletion list if it 
detects a syntax error in same line. In your first example the error is on 
`include ''`, in second example the error is  on 'echo '';' line.
   
   However I see that following code shows syntax error on different line, but 
still autocompletion does not work as it should.
   
   ```php
   <?php
   
   function test() 
   {
        require ''
   }
   ```
   
   Anyway when you writting a new code, then there is high chance that there 
will be no other lines after inclusion operator, so it defenitely a bug.


-- 
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

Reply via email to