Yet another simple VS Code extension to translate selected text using the Inten.to API.
- Translate highlighted text via the right-click context menu.
- Translate highlighted text with a keyboard shortcut:
Alt+Shift+T. - Automatically detects the source language.
- Copies the translation to your clipboard.
- Shows the translation in a notification popup.
- Install the extension from releases section.
- Configure the API Key:
- Open VS Code Settings (
Ctrl/Cmd + ,). - Search for "Intento".
- In the
Intento: Api Keyfield, enter your API key from your Inten.to account.
- Open VS Code Settings (
- Configure Target Language (Optional):
- In the same settings section, change the
Intento: Target Languageto your desired language code (e.g.,ru,pt,ur,ua). The default isen.
- In the same settings section, change the
- Highlight any piece of text in the editor.
- Press
Alt+Shift+Tor right-click and selectInten.to: Translate. - The translated text will be copied to your clipboard and displayed in a notification.
Enjoy!
We welcome contributions! If you'd like to help improve this extension, please read our Contributing Guide for instructions on setting up your development environment, running tests, and submitting pull requests.