Uppercase code completion in Netbeans

Posted by takeshin on Stack Overflow See other posts from Stack Overflow or by takeshin
Published on 2010-01-13T10:38:26Z Indexed on 2010/03/16 23:01 UTC
Read the original article Hit count: 295

Filed under:
|
|

Can I configure Netbeans to autocomplete code when I type the capital letters?

E.g. Z displays completion list starting with the letter Z, e.g. Zend_…, then I type vh, and the list is limited to this items, which have the capital letters Z, V, H in it, e.g. Zend_View_Helper_….

Does Netbeans support this bevaviour?

© Stack Overflow or respective owner

Related posts about netbeans

Related posts about php