I'm a c# developer but have a job that involves some jsp code. I've been using notepad++ which does a great job in highlighting but I'm missing the intellisense and find it difficult to find the methods I need.
What is a good jsp IDE for someone coming for C# that has intellisense?
Update
I tried eclipse and idea but both interfaces were really different and unfamiliar. So I ended up finishing it in notepad++.
Update - Netbeans did the job
Thanks Kibbee. I had some more time and I tried netbeans and it works great with JSP. It was really easy to get it working. I downloaded it, installed the jsp plugins and I was up and running. It has intellisense and is pretty lightweight.