helix
helix copied to clipboard
feat: add symbol code prefix in symbol picker
Implements https://github.com/helix-editor/helix/issues/5446.
Not sure if this is the best approach, but I like that it allows me to quickly filter symbols by typing things like func: or struc:.
It would also be possible to generate the type indicator according to the language_id, so for example we could have fn for Rust file, def for Ruby, fun for Kotlin and defaulting to something else when not covered.
Duplicate of https://github.com/helix-editor/helix/pull/5943