Closed lionel- closed 3 weeks ago
I think we also need to let the client know we support this https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_completion
Look for labelDetailsSupport
there.
It's possible we could be working with a client that doesn't support this, but it is >3 years old now so its probably ok to ignore the client supplied option for now (we should still set the server side one though)
Another change I've made is to add ::
as label details for namespace completions.
Before:
After:
The goal is to make it clearer that a namespace is being completed and ::
will be inserted.
Addresses https://github.com/posit-dev/positron/issues/5225
Positron Release Notes
New Features
::
suffix to make it clearer what is being completed.Bug Fixes