helix icon indicating copy to clipboard operation
helix copied to clipboard

feat: add symbol code prefix in symbol picker

Open dinhani opened this issue 2 years ago • 1 comments

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.

dinhani avatar May 13 '23 21:05 dinhani

Duplicate of https://github.com/helix-editor/helix/pull/5943

the-mikedavis avatar May 15 '23 08:05 the-mikedavis