Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.5.1Release
-
Fix Version/s: 2.5.2.Release
-
Component/s: Content Assist
-
Labels:None
-
Number of attachments :
Description
It would be nice to be able to get content assist for the closure's arguments at the invocation point f(1,2) in the following example:
def f = { int x, int y -> }
f(1,2) // Content assist arguments
Issue Links
- is related to
-
GRECLIPSE-1150
Include method-like content assist proposal for local variables that are assigned to a closure
-
-
GRECLIPSE-1170
If a field has an initializer with a known static type, should use that type as the field's type
-
It is a different thing if the target closure of the content assist is a field or a local variable.