This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 153135 - GSP code completion (was: no cc in <%= %>)
Summary: GSP code completion (was: no cc in <%= %>)
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: GSP (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks: 171816
  Show dependency tree
 
Reported: 2008-11-13 11:41 UTC by Lukas Jungmann
Modified: 2013-09-04 09:00 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-11-13 11:41:33 UTC
-have following GSP:

 <head>
<%= "".| %>

-invoke CC at | position

=>
 actual: java keywords are offered (if one is lucky)
 expected: string related methods are offered
Comment 1 Petr Hejl 2008-11-20 10:10:08 UTC
Seems like GSP code completion does not work reliably in general.