Selection of a constructor proposal with Ctrl key held down is supposed to insert the name only. Ex: new HashMap() -> new Lin|HashMap() -> Ctrl+Space -> Ctrl+Enter on LinkedHasMap ctor proposal should result in new LinkedHashMap(). Right now it yields new LinkedHashMap()HashMap() (or more depending on argument insertion preferences).
Selection of a constructor proposal with Ctrl key held down is supposed to insert the name only. Ex:
new HashMap()->new Lin|HashMap()-> Ctrl+Space -> Ctrl+Enter onLinkedHasMapctor proposal should result innew LinkedHashMap(). Right now it yieldsnew LinkedHashMap()HashMap()(or more depending on argument insertion preferences).