Click here to download the historical version
Add the functions mentioned in the issues:
- Provide additional optional operation menus after outputting the translation(Replace / Append & Select).
- After translating multiple lines of text retain the line breaks in the translated text.
- Add the feature to convert consecutive Chinese characters to English on the left side of the cursor(This feature is not enabled by default; it needs to be activated by selecting the option within the plugin settings.).
- Add keyboard shortcut triggers for all "zh2var" methods, allowing for usage upon configuration of custom shortcuts.
- Add deepl translate engine support
- Add volcano translate engine support
- Add youdao translate engine support
- Add alibaba translate engine support
- Change the cache configured by the translation engine to encrypted access
- Add tencent translate engine support
- Add translate engine config cache
- Add icon
- Added translation features using the Baidu translation engine.
- Support for translation from English to Chinese.
- Support for translation from Chinese to English.
- Added a feature for converting Chinese text to variable names.
- The Chinese to variable name conversion supports multiple naming conventions:
camelCase
capitalCase
constantCase
dotCase
headerCase
noCase
paramCase
pascalCase
pathCase
snakeCase