
May 3rd, 2002, 08:14 AM
|
|
Junior Member
|
|
Join Date: May 2002
Location: Dublin, Ireland
Posts: 0
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Best IDE with "Intellisense" ?
Guys,
What IDE do you use for writing JSP code? I've found quite a few IDE's that handle java programming quite well, and that includes the servlets, but once we get into the JSP space things get rough.
I'm looking for something that would support "intellisense", showing the methods in a class etc. I've been checking out Forte for Java and this works on the java methods, but if I include a bean of my own and want to call one of it's methods or change the property of one of it's members the "autocomplete" stuff doesnt show (list of all methods), what you usually get when you type in the class name and a dot. For example typing in System.out. will bring out a popup with all the methods there.
I hope I'm making sense here, but let me know if I need to clarify...
cheers,
Daniel
|