-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
C-enhancementCategory: ImprovementsCategory: Improvements
Description
I don't know if this is something controlled by individual LSPs or if this can be done by Helix directly. The issue is that I'll type something like:
"SDL_Init"
And what I'll see in the auto-complete pop-up is:
SDL_INIT_GAMECONTROLLER
SDL_INIT_GAMEPAD
SDL_INIT_HAPTIC
... etc ...
SDL_Init <--- this is what I am interested in
The issue, as far as I can tell, is that the sorting is not what I'd expect. I'd expect two things:
- If I type SDL_Init, then because it's shorter than other things including SDL_Init, it should appear first.
- If I type SDL_Init, then because it directly matches things (based on capitalization/casing), it should sort closer to what I am typing.
Maybe this is already configurable? Either on my LSP or in Helix itself?
leo-unglaub, willswats and krabodyan
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: ImprovementsCategory: Improvements