neoclide / coc-yaml

Yaml language server extension for coc.nvim
MIT License
248 stars 23 forks source link

Show type in hover #70

Closed RedBeard0531 closed 2 years ago

RedBeard0531 commented 2 years ago

This would be especially helpful for enums to list the valid options. Might also be nice to show properties of objects.

chemzqm commented 2 years ago

:h CocAction('definitionHover') might helps.

RedBeard0531 commented 2 years ago

I'm not seeing any difference with 'definitionHover' vs 'doHover'

chemzqm commented 2 years ago

Should be problem of your language server, checkout https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel

chemzqm commented 2 years ago

Seems you need send feature request to yaml-languageserver