You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 onLinkedHasMap
ctor proposal should result innew LinkedHashMap()
. Right now it yieldsnew LinkedHashMap()HashMap()
(or more depending on argument insertion preferences).The text was updated successfully, but these errors were encountered: