You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
first of all, i love your plugins, they are clean, easy to setup and work really fast. I love that. Thanks so much for providing them.
I noticed a small thing that might be an improvement. Right now the signature preview is in one color, buy with larger signatures it would be helpful to have them rendered with syntax highlighting on. It would, at least for me, improve the readability.
What do you think? Is that worth the work or not?
Thanks so much and greetings
Leo
The text was updated successfully, but these errors were encountered:
Those are some very well thought out concerns, you are right. My idea was as follows:
Only do it if Treesitter is attached to the current buffer
If its not valid code for the given language in the buffer, treesitter will fail very quickly
Treesitter selectors could be used for still highlighting the current item
There is a default debounce on this signature helper anyway, so it should be enought time for Treesitter to parse and render (beeing laggy would be horrible)
Contributing guidelines
Module(s)
mini-completion
Description
Hey,
first of all, i love your plugins, they are clean, easy to setup and work really fast. I love that. Thanks so much for providing them.
I noticed a small thing that might be an improvement. Right now the signature preview is in one color, buy with larger signatures it would be helpful to have them rendered with syntax highlighting on. It would, at least for me, improve the readability.
What do you think? Is that worth the work or not?
Thanks so much and greetings
Leo
The text was updated successfully, but these errors were encountered: