Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbol picker could use some extra symbol type indication #5446

Closed
nxy7 opened this issue Jan 8, 2023 · 0 comments · Fixed by #9647
Closed

Symbol picker could use some extra symbol type indication #5446

nxy7 opened this issue Jan 8, 2023 · 0 comments · Fixed by #9647
Labels
A-helix-term Area: Helix term improvements A-language-server Area: Language server client C-enhancement Category: Improvements

Comments

@nxy7
Copy link

nxy7 commented Jan 8, 2023

Currently symbol picker only prints out symbol name, but I think it could use some extra indication to know if You're dealing with function/struct/variable etc. etc.

Helix:
image

VS Code (screenshot stolen from another issue):
image

I guess a good start would even be sign indication like
F - Function1
F - Function2
(I'm using class as I think more languages use classes than structs)
C - Struct1

If you think that's good idea I might start getting familliar with Helix codebase and try doing it myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-helix-term Area: Helix term improvements A-language-server Area: Language server client C-enhancement Category: Improvements
Projects
None yet
2 participants