I’ve been using Eclipse 2.1 M5 quite a bit for the last few days after spending a lot of time in Python and .NET. I must say that I’m falling in love with Eclipse all over again. I tried out Eclipse on a slow machine many moons ago and also tried the Motif version under Linux and was dissapointed, but saw promise.
I’ve chosen to use Eclipse as my IDE for a Java web programming course that I’m taking. Its CVS integration is really slick. I really like that if I start a javadoc tag (/**
) above a method, it automaticly picks up any arguments or return values. It will add @param
and @returns
as neccesary.
File that under wicked cool.