vscode-comment-translate icon indicating copy to clipboard operation
vscode-comment-translate copied to clipboard

希望可以交互式的翻译,然后以驼峰式的格式返回结果

Open mogeko opened this issue 4 years ago • 1 comments

在想变量名、函数名时很有用。

至于怎么交互,我的想法是:

Ctrl + Shift + P -> 选择交互式的翻译 -> 输入要翻译的内容 -> 返回结果

望采纳。

mogeko avatar May 29 '21 06:05 mogeko

这个之前有考虑过。。可能可以做一个新插件。。 named , 而且不是简单翻译,可能需要判断位置,是类名、方法名、变量名等,使用不同的翻译和推荐规则。。

目前这个插件还是解决阅读的问题为主。

intellism avatar Jun 04 '21 02:06 intellism