Skip to content

In-Memory Document Sync (didOpen/didChange) #4

@Francisco-Galindo

Description

@Francisco-Galindo

Maintain a real-time copy of the editor's text buffer in server memory.

Checklist:

  • Create a DocumentStore data structure to track open files.
  • Implement textDocument/didOpen to load file state.
  • Implement textDocument/didChange to update state on every keystroke.
  • Implement textDocument/didClose to purge memory.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions