Andrew Bradley
Results
542
comments of
Andrew Bradley
trafficstars
I can't remember if I was aware of the Alt+T hashtag picker when I filed this issue. It seems really close to offering hashtag completions, if it somehow supported keyboard-only...
I found the culprit: https://github.com/paul-gauthier/aider/blob/12578c0388d1440e573218d86abcc8d411c39bdf/aider/repomap.py#L422 The ordering is not deterministic if items have identical ranks. Adding a fallback sort by `x[0]` makes it deterministic.