pine3ree commented on issue #4241:
URL: https://github.com/apache/netbeans/issues/4241#issuecomment-1159682706

   Oh, yes. Thanks for the tip. 
   I believe that if the php compiler allows it, then the ide should allow it 
as well. Interesting note: while it cannot add inline comment anymore over a 
block-comment (w/o selecting an extra line), when it find an already 
inline-commented block-comment such as:
   ```php
   ///**
   // * @return null|string
   // */
   ```
   then selecting it (no extra line) and CTRL+SHIFT+C, it is still able to 
uncomment it. :-)
   
   kind regards!


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