I am developing a Liquibase extension, and I am currently using Eclipse as my IDE. I’m not an experienced Java developer, but Eclipse is what I’ve used before.
Is there a recommended IDE for use with Liquibase?
I am developing a Liquibase extension, and I am currently using Eclipse as my IDE. I’m not an experienced Java developer, but Eclipse is what I’ve used before.
Is there a recommended IDE for use with Liquibase?
Any IDE should work just fine. I’m generally partial to Intellij (free Liquibase Open Source: http://www.jetbrains.com/idea/free_java_ide.html) but eclipse will work just fine too.
Extension writing just requires standard java classes, so there isn’t anything that won’t work in one IDE or the other. VI+javac would even work
Nathan
Thanks