NetBeans 6.7 is released

Long waited 6.7 was released today! I use it since milestone 1, and it gets better from beta to beta. Now after it was released I can highly recommend it for anyone using Java, Python, Ruby, Groovy, UML, SVN, Hudson, ..., ...

Comments

Nothing beats IntelliJ IDEA :)

I want to see you doing all of the following in IDEA:

  • * open a maven project and show the project structure (source, web, test dirs, REST URLs, etc) even if they are not in standard dirs (src/main/java, etc)
  • * when I use a class from a 3rd party library, provide a Quick-fix to search this class in local Maven repository
  • * add a <dependency> to this library to the pom.xml AUTOMATICALLY
  • * add import for this class and make red underscores disappear

I know IDEA can import Maven projects and re-import them later, but this level of integration with Maven is not there yet.