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