views:

846

answers:

10

This is a copy of the question : http://stackoverflow.com/questions/2826/do-you-have-any-recommended-plugins-for-eclipse

But now is for netbeans (I'm not a eclipse lover. CTRL+TAB does not change pages.)

Please, I'm very curious.

A: 

Automatic Projects.

Build a project/"workspace" completely it's ANT file.

Much more maintainable.

Tim Williscroft
+2  A: 

Thats not a good reason to not love Eclipse, IMHO.

Anyways, there are plenty, it depends what are you working on. I am using

  • Spring, Spring MVC, Spring Webflow
  • JSF, ICEFaces and Visual
  • Subversion
  • Groovy Grails
  • C/C++
  • Hibernate
  • UML
  • PHP
  • Web Applications
  • JBoss
  • RESTful Webservices, SOA
  • Java Doc
  • Ant, Maven
  • Python
  • And few more, but these are notable.
Adeel Ansari
The ANT task ANT-Eclipse can do that for you over there.
Tim Williscroft
Not getting you :~|
Adeel Ansari
+7  A: 

I recommend anyone who's Vi/Vim user the jVi plugin, works great...

I also love the PHP, Ruby, Subversion and Git plugins...

CMS
+2  A: 

I love the RegEx Plugin and I'm definitely installing the Twitter Integration plugin (http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=15661)

Vusa
+1  A: 

vi

http://www.netbeans.org/kb/55/vi-integration.html

OscarRyz
A: 

Groovy plugin is great to! http://groovy.codehaus.org/NetBeans+Plugin

José Leal
+3  A: 

The SQE plugin (which integrates FindBugs, PMD, and CheckStyle) is extremely useful.

Michael Myers
+1  A: 

Enclojure is a good plug-in. Very nice integration of the Clojure dynamic language into the Netbeans environment (including a REPL right in Netbeans!).

Brian Knoblauch
+1  A: 

The Path Tools plugin.

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

The webpage of the Path Tools plugin looks not very active, but it works in Netbeans 6.9.1 without problems (Works on My Machine).

Soundlink
A: 

http://coffeecokeandcode.blogspot.com/2008/05/special-copypaste.html

Its a copy and paste plugin, i share my code a lot with people sometimes when i'm writing word docs and stuff i need to copy the colour of the code. It also also you to copy it as html and css to paste into a web page.

http://openjdk.java.net/tools/svc/jconsole/ is pretty good for monitoring your programs, provides a few cool features for monitoring in general

robinsonc494