kurusugawa-computer / markdown-copilot-vscode

OpenAI ChatGPT API client for VSCode
https://marketplace.visualstudio.com/items?itemName=kurusugawa-computer.markdown-copilot
MIT License
9 stars 2 forks source link

Stabilizing Edit Positions During Concurrent Editing #16

Open squld opened 3 months ago

squld commented 3 months ago

Proposal

We need to solve the problem where anchor offsets unintentionally move due to user actions during concurrent editing. VSCode's TextDecoration feature might be a viable solution for this problem.

squld commented 2 months ago

Apparently, this is an unsolved problem:

And there is a code to use edit events for tracking: