-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Description
Hello, and thank you for working on this project.
Which features of LSP are currently supported for client-side use?
From looking at ClientCapabilities, I can see only Synchronization, Hover, and Completion capabilities are supported at the moment. TextDocumentClient class also has methods for these three features only. On the other hand, in the Protocol project, I see a lot of classes (auto-generated?) seemingly covering all of the protocol.
How could I use some of the features which are not present in the ClientCapabilities and TextDocumentClient at the moment? For example, if I wanted to use SignatureHelp on the client, what would be required to add to the Client library?
Metadata
Metadata
Assignees
Labels
No labels