You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JDTLS currently does not announce its inlay hint support in initializeResult.
Announcing inlay hints would make inlay hints work in other editors than VSCode without special handling. Inlay hints work in VSCode because the requests are manually sent in inlayHintsProvider.ts.
The text was updated successfully, but these errors were encountered:
It would also be nice if it additionally checked the client capability for the inlayHint refresh, currently this results in warning entries in the log with neovim because it doesn't implement inlay hints yet
LDAP
added a commit
to sublimelsp/LSP-jdtls
that referenced
this issue
Dec 18, 2022
JDTLS currently does not announce its inlay hint support in initializeResult.
Announcing inlay hints would make inlay hints work in other editors than VSCode without special handling. Inlay hints work in VSCode because the requests are manually sent in inlayHintsProvider.ts.
The text was updated successfully, but these errors were encountered: