groovy

Code completion does not add import/fully qualified package

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

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

Activity

Hide
Thorsten Kamann added a comment -

This will be fixed with the provided patch

Show
Thorsten Kamann added a comment - This will be fixed with the provided patch

People

Vote (1)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: