Microsoft/vscode

Undo stacks are not granular enough for Korean

開放

#229,647 建立於 2024年9月25日

 (3 則留言) (2 個反應) (2 位負責人)TypeScript (39,847 個分叉)batch import
editor-input-IMEfeature-requesthelp wantedundo-redo

倉庫指標

星標
 (184,936 顆星)
PR 合併指標
 (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.

貢獻者指南