1. Project builder can't refactor--rename a class, it changes the classname, constructors, and all the usages of that class in the code base.
2. Project builder can't find usages: Hmm, who uses this method? let's find out...wow, it is used in 5 places! Let's change the name of the method...see 1 above.
3. Project builder can't tell you squat about unused methods, variables and imports. Intellij keeps you informed as to what is unused so you can crop it out.
There's so many reasons Intellij rocks. Oh, did I mention code-completion off taglibs in JSPs? Refactoring in JSPs?
1. Project builder can't refactor--rename a class, it changes the classname, constructors, and all the usages of that class in the code base.
2. Project builder can't find usages: Hmm, who uses this method? let's find out...wow, it is used in 5 places! Let's change the name of the method...see 1 above.
3. Project builder can't tell you squat about unused methods, variables and imports. Intellij keeps you informed as to what is unused so you can crop it out.
There's so many reasons Intellij rocks. Oh, did I mention code-completion off taglibs in JSPs? Refactoring in JSPs?