Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.1.1Release
-
Fix Version/s: 2.8.0.Release
-
Component/s: Content Assist
-
Labels:
-
Number of attachments :
Description
E.g. In java code completion:
1.Str CTRL+SPACE => String and import (works most of the times in Groovy files :S )
2.String CTRL+SPACE => string
=> endresult in String string
If you do have it in the Java editor I expected it to be in the Groovy editor as well since it is such a nice feature!
Issue Links
- is duplicated by
-
GRECLIPSE-1416
Groovy Editor should offer variable name suggestion for typed variables
-
Do you often name your variables of type String string? Or is there something more fundamental that you are trying to get at here?