/comment-translator

Comment translator is extension for Visual Studio 2017. It make easy way to translate comment in editor. Sorry everyone because I'm focusing in another project so that I don't have enough time to take care this project anymore. If you want to modify this project feel free to fork it. Thanks! API repository: https://github.com/thuantan2060/comment-translator-api

Primary LanguageC#OtherNOASSERTION

Comment Translator

Build status

Download this extension from the VS Gallery or get the CI build.


Extension of visual studio 2017 that automatic translate comment in you open file.

See the change log for changes and road map.

Server side

You can found the API using for this project here LINK. But the library that I'm using to translate was deprecated and server will not going to working. If you want please make your own server. Thank you!

Features

  • Auto translate comment in opening file.
  • Manual translate selected text with right-click (or Ctrl-Shift-T)

Automatic translate comment in opening file

Commnent in you opening file will be translate to language you were setting.

Auto Translate

Support Languages

  • CSharp
  • C/C++
  • FSharp
  • Visual Basic
  • Html
  • CSS
  • JavaScript/TypeScript
  • Xml
  • Xaml
  • Python
  • Razor

Toggle on/off

You can turn auto translate on/off by right click and choose in menu or use option page

Toggle Auto Translate

Manual translate selected text

Translate selected text by right-click or shortcut Ctrl-Shift-T

Manual Translate

Auto select line if not selected text

  • Not select text

Not Selected Text

  • Auto selecte and translate line

Auto Selecte Line

Copy translated text by one-click

Copy Translated Text

Setting translate

Options

Contribute

Check out the contribution guidelines if you want to contribute to this project.

For cloning and building this project yourself, make sure to install the Extensibility Tools 2017 extension for Visual Studio which enables some features used by this project.

License

Apache 2.0