An open API service indexing awesome lists of open source software.

https://github.com/javahello/vscode-translate

vscode 翻译插件
https://github.com/javahello/vscode-translate

Last synced: 5 months ago
JSON representation

vscode 翻译插件

Awesome Lists containing this project

README

          

# VS Code 翻译插件
使用有道翻译api 配置 settings.js
```json
// 有道翻译appKey
"translate.youdao.appKey": "",

// 有道翻译appSecret
"translate.youdao.appSecret": ""
```

# 使用
选择需要翻译的文本按下`Ctrl + 6`,即可

![选择文本](images/select.png)

![选择文本](images/output.png)

# 演示

![演示](images/1.gif)