Autocomplete weirdness with IDEA 2022.2.4

Issue #2276 resolved
Xander Victory created an issue

Not sure if it’s a 2022.2.4 “feature” or something changed in IC, but autocomplete seems to be prioritising camel case matches over prefix matches (case sensitive regardless). It’s messing with my flow 🤣

In the screenshots, no directional arrow has been pressed, the first item is auto-selected

Comments (4)

  1. Scott Wells repo owner

    I just made a small change to the prioritizer to ensure that exact prefix matches are prioritized higher than camel hump matches with case-sensitive matches prioritized slightly higher than case-insensitive matches respectively:

    Previously exact prefix matches and camel hump matches received the same prioritization boost. This change will be included in the next feature build.

  2. Log in to comment