cursive icon indicating copy to clipboard operation
cursive copied to clipboard

Autocomplete of java imports results in duplicated names

Open cap10morgan opened this issue 3 years ago • 0 comments

If you start typing e.g. (:import (java.time Zon and then Cursive suggests ZonedDateTime as an autocompletion and you hit enter, you end up with this: (:import (java.time ZonedDateTime ZonedDateTime)).

This is on IntelliJ 2021.3.2 with Cursive 1.12.2-eap3-2021.3

cap10morgan avatar Feb 09 '22 17:02 cap10morgan