qvalentin

Results 50 comments of qvalentin

Support local includes in same chart is implemented in https://github.com/mrjosh/helm-ls/releases/tag/v0.0.16. The rest might follow with https://github.com/mrjosh/helm-ls/pull/80 (Preview below) ![Screenshot_20240516-205147_Termux](https://github.com/mrjosh/helm-ls/assets/36446499/28730bd7-7a7b-4569-ace3-762dc1aa0fe4)

Feel free to test https://github.com/mrjosh/helm-ls/pull/80, which adds support for includes from dependency charts.

Added in [v0.1.0](https://github.com/mrjosh/helm-ls/releases/tag/v0.1.0)

Can someone elaborate how this should be implemented? Hover is already working pretty well. Or do you mean [inlay hints](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_inlayHint)?

https://github.com/user-attachments/assets/900c5083-d53c-45be-b6d5-0a56c8d04b97 I 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...

I published the current wip version here: https://github.com/qvalentin/helm-ls.nvim

> hi, thank you for this language server! > > should yamlls be enabled for ft=helm? for example if a file begins with `{{- if .Values...}}` yamlls diagnostics are useless....

> Hi, i have the same problem here : #29 > > My issue is close because i was too busy to respond in time … Sorry my bad >...

> > To answer the original issue: yamlls should be disabled for helm files. There is some effort to support this in #32. > > thank you. if there is...