intellism / vscode-comment-translate

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

在只读模式下不能悬停翻译注释,必须选择注释后才能翻译 #209

Open zzhaolei opened 4 months ago

zzhaolei commented 4 months ago

扩展版本:

Comment Translate 2.3.3

vsocde 版本:

版本: 1.87.2
提交: 863d2581ecda6849923a2118d93a088b0745d9d6
日期: 2024-03-08T15:20:57.520Z
Electron: 27.3.2
ElectronBuildId: 26836302
Chromium: 118.0.5993.159
Node.js: 18.17.1
V8: 11.8.172.18-electron.0
OS: Darwin arm64 23.3.0

vscode 配置:

"files.readonlyInclude": {
    "/opt/homebrew/Cellar/go/**": true,
}
image