Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
If you type a partial class name and attempt to complete it, the selection of the type does not add an import or fully qualify the class name.
For example, type JPan<ctrl>-space. Select JPanel - javax.swing. Notice JPan becomes JPanel but no import or fully qualified class, ie, javax.swing.Panel, is defined. This should probably behave closer to how JDT does it.
Issue Links
| This issue depends upon: | ||||
| GROOVY-2466 | Code completion import improvements |
|
|
|
This will be fixed with the provided patch