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

Inlay hints - new settings properties in kotlin-language-server #135

Closed
themkat opened this issue Oct 20, 2023 · 0 comments · Fixed by #136
Closed

Inlay hints - new settings properties in kotlin-language-server #135

themkat opened this issue Oct 20, 2023 · 0 comments · Fixed by #136
Labels
enhancement New feature or request

Comments

@themkat
Copy link
Contributor

themkat commented Oct 20, 2023

The functionality for inlay hints was recently merged into kotlin-language-server: fwcd/kotlin-language-server#498

To use it, one needs to add the following new kotlin-settings to send to the server:

inlayHints: {
    typeHints: true,
    parameterHints: true,
    chainedHints: false,
}
@themkat themkat added the enhancement New feature or request label Oct 20, 2023
@fwcd fwcd closed this as completed in #136 Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant