Microsoft/vscode

Undo stacks are not granular enough for Korean

Open

#229,647 创建于 2024年9月25日

在 GitHub 查看
 (3 评论) (2 反应) (2 负责人)TypeScript (10,221 fork)batch import
editor-input-IMEfeature-requesthelp wantedundo-redo

仓库指标

Star
 (74,848 star)
PR 合并指标
 (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)

描述

Testing #229383

Right now, typing a sentence in Korean and pressing undo will remove the entire line. I confirmed with a native Korean speaker that the ideal behavior for undo is to remove the last consonant/vowel (each character is made up of 2-4 consonants/vowels). This might be difficult to do depending on how EditContext words, but a little less better but much better than deleting the whole line is to delete the last fully formed character.

Image

Note that this is not a regression, but it's a pretty bad existing great experience.

贡献者指南