cursive 2025-08-06

What defines the sorting order of symbol completion?

It seems that special characters take precedence over nothing (""), which doesn't seem intuitive to me

A couple of examples:

Last example seems to indicate that it's not quite that simple

Yeah, sadly this is more or less magic, IntelliJ does the sorting and it's a pretty inscrutable process. It does provide some knobs but I've generally found it very hard to get much control over the process.

👍 1