Skip to content

[editing] revise lsp editing implementation #15

@JanKoehnlein

Description

@JanKoehnlein

The current editing implementation based on LSP puts to much LSP magic on the client side. This leaks some abstractions, e.g. how to interpret traces. Into the bargain, it requires to relay language server requests between webview and extension, which was not necessary in Theia where there was no separate webview app.

  • Move as much as possible of the editing logic to the language server.
  • Use the new inline editing functionality of sprotty to edit rename labels
  • Maybe use new popup UI to edit cross-reference labels
  • Implement DeleteAction

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions