qwerty-learner-vscode icon indicating copy to clipboard operation
qwerty-learner-vscode copied to clipboard

为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 VSCode 摸🐟版 / Words learning and English muscle memory training software designed for keyboard workers for VSCode

Results 32 qwerty-learner-vscode issues
Sort by recently updated
recently updated
newest added

## Solved the issue #58 缓解了编辑区输入未完全删除的问题: https://github.com/RealKai42/qwerty-learner-vscode/issues/58 这个问题可能无法绝对避免:当输入过快时, vscode.workspace.onDidChangeTextDocument(),可能会被连续触发,当第一个事件未处理完时,触发了第二个事件(甚至更多),导致其中一个(或多个)事件无法被执行,清除输入的代码无法被执行。目前的解决方案在大多数人的输入速度下没有问题。 我不擅长vscode插件的开发,这只是一点个人的理解。

fix[#81 ] 通过单击错词本可以看到之前错过的单词按照错误次数排序 附件有打好的vsix包,可以直接vscode安装 [qwerty-learner-0.3.9.zip](https://github.com/user-attachments/files/16103482/qwerty-learner-0.3.9.zip)