intellism / vscode-comment-translate

vscode 注释翻译插件, 不干扰正常代码,方便快速阅读源码。
https://marketplace.visualstudio.com/items?itemName=intellsmi.comment-translate
MIT License
481 stars 75 forks source link

feat: 添加进度显示 Display progress #188

Closed weihongliang233 closed 7 months ago

weihongliang233 commented 9 months ago

在底部状态栏加上了解析文档(Parsing)和 翻译注释数组的进度(已翻译条数 / 总条数

Added parsing document (Parsing) and translation progress of the comment array (Translated Items / Total Items) to the bottom status bar.

pic

weihongliang233 commented 9 months ago

Related issue: https://github.com/intellism/vscode-comment-translate/issues/187

intellism commented 9 months ago

赞,会尽快验收合并。