support inlay hints
kkharji opened this issue · 1 comments
kkharji commented
support inlay hints
kkharji commented
For neovim, this can be accomplished temporary by using https://github.com/phenax/nvim-extra-codelens. It simply uses treesitter and definition to produce inlay type hints. I used with typescript and so far it works very well.
Not sure would incorporating a similar solution to xbase core is good idea or to wait to sourcekit-lsp to be supported.