Bug 513688 - [1.8][templates] Create templates to insert lambda structures
Summary: [1.8][templates] Create templates to insert lambda structures
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-15 05:10 EDT by Noopur Gupta CLA
Modified: 2017-11-10 06:22 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Noopur Gupta CLA 2017-03-15 05:10:15 EDT
We can add new templates to create lambda expression structures with body in expression and block forms i.e. "() -> " and "() -> { }".
Comment 1 Markus Keller CLA 2017-03-22 12:34:29 EDT
If there's any chance for a context-sensitive Content Assist proposal (bug 405113), then we better look into that. Adding a static template now could interfere with a better solution in the future.