Skip to content

nidib/term-preview

Repository files navigation

Terms Preview | VS Code Extension

About   |   Getting started   |   Upcoming features   |   How to contribute   |   License  |   Marketplace  

 

Extension screenshot

🎯 About

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.

✨ Getting started

After installing it, you basically need to let this extension know of three things:

  1. The absolute location to your terms folder
  2. The file name
  3. 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"],
}

🚀 Upcoming features

  • An user-friendly interface with a searchable list of your terms
  • Right click on a term to see it on the web

✅ How to contribute

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

📋 License

This project is under license from MIT. For more details, see the LICENSE file.

 

Made with ❤️ by Richard Bidin