Skip to content

Known issues #26

@yioneko

Description

@yioneko
  • Mandatory publish mode for diagnostics. Either textDocument/diagnostic or workspace/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 and codeAction/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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions