Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.2Release
-
Fix Version/s: 2.5.0Release
-
Component/s: Content Assist
-
Labels:None
-
Number of attachments :
Description
The JDT provides better parameter completion than Groovy-Eclipse. For example, JDT will guess some likely parameters and provide extra content assist as you navigate through the parameters.
Also, when invoking content assist inside of an open/close paren pair, you get a list of possible methods and all the possible parameters.
How much of this can Groovy-Eclipse do?
Issue Links
- supercedes
-
GRECLIPSE-539
Support parameter guessing method proposals
-
Would be nice at a minimum to support the following completions:
Can we get fancier?
Unfortunately, there is not much JDT functionality that we can borrow for this, so we'd have to reinvent quite a bit.