Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.2.Release
-
Fix Version/s: 2.6.0.Release
-
Component/s: Content Assist
-
Labels:None
-
Number of attachments :
Description
The following should support content assist in the editor:
def c = {
owner // content assist for implicit owner property
delegate // content assist for implicit delegate property
}
Should be simple enough to fix.