hvgotcodes
hvgotcodes

Reputation: 120188

comparison of intellij vs springs grails IDE

What does intellij do that other IDEs dont vis-a-vis grails? Im trying to decide whether I should renew my license when it comes time.... thanx...

Upvotes: 2

Views: 534

Answers (1)

Stefan Armbruster
Stefan Armbruster

Reputation: 39915

Discussing about IDEs is a highly religious task, so the following points are my personal opinion. IntelliJ's advantages are IMHO:

  • Debugging works better
  • GSP content assist
  • DSL awareness
  • better refactoring support for Groovy
  • Grails project view
  • Integrated UML diagramm of domain classes
  • synchronisation of dependencies

Upvotes: 1

Related Questions