About | Getting started | Upcoming features | How to contribute | License | Marketplace
Tired of having to lookup your terms on the web every time? Then this extension will be pretty handy!
Simply install it and configure it to see them without ever leaving the IDE.
After installing it, you basically need to let this extension know of three things:
- The absolute location to your terms folder
- The file name
- A list of languages to have the terms translated to
You can configure it using the VS Code UI, or through the json
configuration following the example below:
{
"termPreview.absolutePathToTermsRoot": "/Users/john/your-project/language/terms",
"termPreview.file": "{{LANGUAGE}}.utf-8.po",
"termPreview.languages": ["en-us", "pt-br"],
}
- An user-friendly interface with a searchable list of your terms
- Right click on a term to see it on the web
First of all, thank your for being interesting on improving this project! Now secondly,
- Found a bug/issue? Simply open one issue with its corresponding label. The more evidence to the issue, the better 😄
- Have a cool idea? Hit me up to talk about it, or open an enhancement issue
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Richard Bidin