-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
A-parsingParsing of languages, protocols, or configuration formatsParsing of languages, protocols, or configuration formatsP-lowLow priorityLow priorityT-featureNew feature to implementNew feature to implement
Description
Currently only client capabilities are modeled (and verified through pydantic). The server capabilities should also be modeled, however they do not need to be verified since they are created on the server side. The server capabilities modeled should go into same module, though may be inside a independent sub-module, as the client capabilities. Only the currently active server capabilities need modeling.
The models, or classes, need to be written with Python convention but be convert-able to LSP convention, for example snake case to camel case.
Blocked by:
- Implement
textDocument/didOpennotification handling #16 - Implement
textDocument/didChangenotification handling #17 - Implement
textDocument/didClosenotification handling #18 - Implement
textDocument/publishDiagnosticsnotification #19 - Implement
textDocument/hoverrequest #20 - Implement
textDocument/definitionrequest #21 - Implement
textDocument/completionrequest #22
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-parsingParsing of languages, protocols, or configuration formatsParsing of languages, protocols, or configuration formatsP-lowLow priorityLow priorityT-featureNew feature to implementNew feature to implement