Skip to content
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

support inlay hints #122

Open
kkharji opened this issue Jul 16, 2022 · 1 comment
Open

support inlay hints #122

kkharji opened this issue Jul 16, 2022 · 1 comment
Labels
nvim Neovim client sourcekit-lsp vscode VSCode client

Comments

@kkharji
Copy link
Owner

kkharji commented Jul 16, 2022

No description provided.

@kkharji kkharji added sourcekit-lsp nvim Neovim client vscode VSCode client labels Jul 16, 2022
@kkharji
Copy link
Owner Author

kkharji commented Apr 22, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nvim Neovim client sourcekit-lsp vscode VSCode client
Projects
None yet
Development

No branches or pull requests

1 participant