Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Term PreviewNew to Visual Studio Code? Get it now.
Term Preview

Term Preview

Richard Bidin

|
680 installs
| (0) | Free
Preview your project's international terms
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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 :smile:
  • 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 :heart: by Richard Bidin

 
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft