Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.7.0.Release
-
Component/s: Quick fix/assist
-
Labels:None
-
Number of attachments :
Description
This is a very commonly used quick fix in the Java editor. It allows you to do the following:
new Object()//CTRL + 2L
to produce:
Object object = new Object()
I've started working on this.