I tried it in the same place as described above, typing c ctrl+space gives count first, yay, and other more likely things near the top.
OK, I didn't notice it but you are right, looking at the documentation it seems the list either has to be sorted or using custom sorting. I would have to check what exactly ``` This requires extra processing in SCI_AUTOCSHOW to create a sorted index. ``` means (SCI_AUTOCSHOW documentation doesn't seem to mention anything about this index). For this PR I'd suggest to revert back to the original behavior and possibly address this in the future.