Overview Version History Q & A Rating & Review
Word Meaning for VSCode
A simple Visual Studio Code extension that allows you to select words in your code and look up their meanings using the OpenAI API. The definition is displayed in a pop-up within VSCode.
Table of Contents
Installation
Search for 'searchGPT' in the Visual Studio Code Extensions Marketplace.
Click on the 'Install' button to install the extension.
Set environment variable OPENAI_API_KEY to your OpenAI API key.
Usage
Select a word in your code.
Right-click and choose 'Show Word Meaning' from the context menu.
The definition will be displayed in a pop-up.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
MIT License