If there is a single shortcut that one must learn in NetBeans 4.x, make it Ctrl-K. It auto-completes a word if that word is present elsewhere in the same file, thus reducing typing. Fire up NetBeans and give it a try.

2 Responses

  1. Here are another couple of useful shortcuts:

    – ctrl + shift + f (format)
    – alt + shift + f (import fix)

    And the abreviation feature is also very very nice. It’s easy to convert psvm in public static void main(String[] args) throws Exception

    yours again ;-) jv

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.