-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
- Mandatory publish mode for diagnostics. Either
textDocument/diagnostic
orworkspace/diagnostic
are not implemented yet. - Locale setting only works for diagnostics and human messages from tsserver, but other messages from this server itself are all in English. Fixable: Use language packs from https://github.com/microsoft/vscode-loc.
- Features include completion, code action involve a hacky implementation for corresponding resolve method because some carrying data is not serializable for communication with client. It is likely
completionItem/resolve
andcodeAction/resolve
will fail in some cases. - CodeLens command is not implemented. It requires clients to implement command
editor.action.showReferences
, which only exists in vscode. Unfixable on server side currently. - JSX tag autoclose is not implemented.
- Move to file refactoring. Needs custom LSP extension or protocol support.
Metadata
Metadata
Assignees
Labels
No labels