junichi11 commented on issue #3805:
URL: https://github.com/apache/netbeans/issues/3805#issuecomment-1139642678

   > The question is: why is ";" a valid completion?
   
   Because CC item uses the following template:
   
https://github.com/apache/netbeans/blob/ea62da490f933d1a4d51abd53dcbf9956035ecaf/php/php.editor/src/org/netbeans/modules/php/editor/completion/PHPCompletionItem.java#L2013-L2033
   
   I realized another problem. Maybe this case is also invoked CC again.
   This problem also doesn't occur after I comment-out that change.
   
![netbeans-3805-cc](https://user-images.githubusercontent.com/738383/170712707-849ac3b2-0c80-4c63-8c21-48d6ad4a16cd.gif)
   
   ```php
   interface A {}
   class Something implements A{
   }
   ```
   


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