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?