Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » JSP tag code completion
JSP tag code completion [message #205732] Thu, 13 December 2007 13:22 Go to next message
Eclipse UserFriend
Originally posted by: wojtekmichalik.softtellco.com.pl

How can I swith on code completion in JSP editor ??
I would also like to acheieve javadoc access for tags - is it at all
possible ??
That works in Netbeans since 4.1 version

Wojtek Michalik
Re: JSP tag code completion [message #205770 is a reply to message #205732] Thu, 13 December 2007 19:44 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Wojtek Michalik wrote:
> How can I swith on code completion in JSP editor ??
> I would also like to acheieve javadoc access for tags - is it at all
> possible ??

At minimum you'll need the right servlet jars in a Java project's
build path, a task that's simple to solve by creating a Dynamic Web
Project. We don't generate JavaDoc itself for tags, but the usual
hover info should show any information/descriptions that are present
in the TLD.

---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: JSP tag code completion [message #205835 is a reply to message #205770] Fri, 14 December 2007 10:29 Go to previous message
Eclipse UserFriend
Originally posted by: wojtekmichalik.softtellco.com.pl

Dnia Thu, 13 Dec 2007 14:44:46 -0500, Nitin Dahyabhai napisał(a):

> Wojtek Michalik wrote:
>> How can I swith on code completion in JSP editor ?? I would also like
>> to acheieve javadoc access for tags - is it at all possible ??
>
> At minimum you'll need the right servlet jars in a Java project's build
> path, a task that's simple to solve by creating a Dynamic Web Project.
> We don't generate JavaDoc itself for tags, but the usual hover info
> should show any information/descriptions that are present in the TLD.

This functionality works OK in my IDE - no problems with it. It works
also with plain java projects.
I used Netbeans some time ago, where hovering over tag resulted in
displaying pop up window with tag documentation. Displayed documentatin
did not come from TLD but from separate javadoc archive. Such
functionality would be wery nice and helpfull.

Wojtek Michalik
Previous Topic:Tag File Validation Bugs?
Next Topic:WSDL validation: help please.
Goto Forum:
  


Current Time: Wed Apr 24 14:45:30 GMT 2024

Powered by FUDForum. Page generated in 0.03037 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top