views:

46

answers:

1

What are the most essential plugins you should integrate to NetBeans 6.9 ?

+3  A: 

I think this will help you choose your own plugins according to your convenience.

I would recommend these plugins though:

  1. Groovy plugin

  2. SQE plugin

  3. jConsole is good for monitoring your programs, provides a few cool features for monitoring in general

  4. Path Tools. It adds four useful actions to Netbeans: Copy Paths Action Copy the full paths of the files/folder of selected node to the clipboard. Explore Action Launch the OS File Explorer Shell On Path Action Launch the OS shell Edit Action Launch the external editor

  5. Enclojure is also a good plug-in. Very nice integration of the Clojure dynamic language into the Netbeans environment.

Humming Bird