-
Notifications
You must be signed in to change notification settings - Fork 15
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
Let helm-ls show the values of templates #26
Comments
Can someone elaborate how this should be implemented? |
Inlay hints good also be a good option. I think not everyone is using that, though. It would be really nice to show the values when the cursor is not in the line, and show the template when the cursor is in the line |
simplescreenrecorder-2024-08-25_17.15.02.mp4I did some lua hacking in neovim and this is what i got by now. It is using tree-sitter to get some nodes and then calls helm-ls with hover to get the text replacements. Is there interest to turn this into a neovim plugin? |
That looks pretty cool! |
Can I post this on reddit? I think you could get more interested people there. In any case, I would like to have it |
@franroa sure, go ahead. |
I published the current wip version here: https://github.com/qvalentin/helm-ls.nvim |
awesome! thanks! |
Hi there, this is a very nice plugin. I was wondering if you have in mind to replace the values in the templates where they are defined. That would be awesome feature.
Thanks!
The text was updated successfully, but these errors were encountered: