-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 inlayhint feature #4325
Comments
Pyright is focused on type checking. It supports some basic language server features, but we don't have plans to add any new language server features to pyright. Inlay hints are already supported by pylance, which adds language server features on top of pyright's core type checking functionality. |
That's a pity, because pylance is not open source, many people can't use advanced LSP features without using vscode. |
basedpyright and pyright-inlay-hints both support inlay hints |
Recently LSP 3.17 support inlayhint to insert some hint msg.
The text was updated successfully, but these errors were encountered: