Bug 81771 - [content assist][templates] Java templates not shown in scriptlet Content Assist
Summary: [content assist][templates] Java templates not shown in scriptlet Content Assist
Status: NEW
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: jst.jsp (show other bugs)
Version: 1.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Nick Sandonato CLA
QA Contact: Nick Sandonato CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2004-12-22 03:42 EST by Nitin Dahyabhai CLA
Modified: 2013-06-19 11:13 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nitin Dahyabhai CLA 2004-12-22 03:42:14 EST
wtp-sdk-I20041221.zip

Inside of a scriptlet:
<%  
	String foo = "5";
	foo.toString();
	int a[];
	if|
%>

At the '|', I should see Java templates proposed.
Comment 1 Amy Wu CLA 2005-03-14 03:30:51 EST
java templates are currently not publicly available for clients to use
Comment 2 Ian Tewksbury CLA 2010-03-12 09:34:28 EST
This would be nice to have, but need to see if Java templates are publicly available now or not, and if they are not open a request on JDT.