Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0
-
None
-
None
-
None
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.
Attachments
Issue Links
- depends upon
-
GROOVY-2466 Code completion import improvements
- Closed