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
-
Activity
Andrew Eisenberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Affects Version/s | 2.5.1Release [ 17186 ] | |
| Affects Version/s | 2.5.2.Release [ 17434 ] |
Andrew Eisenberg
made changes -
| Assignee | Andrew Eisenberg [ werdna ] |
Andrew Eisenberg
made changes -
| Link | This issue is related to GRECLIPSE-1150 [ GRECLIPSE-1150 ] |
Andrew Eisenberg
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 2.5.2.Release [ 17434 ] | |
| Resolution | Fixed [ 1 ] |
Andrew Eisenberg
made changes -
| Link |
This issue is related to |