You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/10/05 20:07:25 UTC

[GitHub] [netbeans] troizet commented on issue #4494: PHP: Show documentation (ctrl+shift+space) displays incorrect documentation

troizet commented on issue #4494:
URL: https://github.com/apache/netbeans/issues/4494#issuecomment-1265704199

   You can check on the example of the standard function `is_numeric()`:
   1. Write `is_numeric()`
   2. Set a caret between `is_nu` and `meric()`
   3. Click Source -> Show documentation
   4. The documentation for `is_null()` will be displayed
   5. Set the caret between `is_num` and `eric()`
   6. Click Source -> Show documentation.
   7. The documentation for `is_numeric()` will be displayed


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists