-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add support for remaining textDocument requests on server #10
Comments
The number of associated |
|
|
The
LanguageServer
trait is currently missing support for the following requests related to text document manipulation:textDocument/willSaveWaitUntil
textDocument/completion
textDocument/signatureHelp
textDocument/declaration
textDocument/definition
textDocument/typeDefinition
textDocument/implementation
textDocument/references
textDocument/documentSymbol
textDocument/codeAction
textDocument/codeLens
textDocument/documentLink
textDocument/documentColor
textDocument/colorPresentation
textDocument/formatting
textDocument/rangeFormatting
textDocument/onTypeFormatting
textDocument/rename
textDocument/prepareRename
textDocument/foldingRange
textDocument/selectionRange
The text was updated successfully, but these errors were encountered: