This Visual Studio Code extension allows you to correct grammar and improve your writing using the OpenAI API. It provides a simple interface to input text, and upon submission, the extension uses the OpenAI API to suggest grammar-corrected text.
Features
Submit a piece of text through a textarea.
Click the "Submit" button to receive a grammar-corrected version of the text.
The corrected text is displayed below the form.
Requirements
Visual Studio Code version 1.50.0 or higher.
An OpenAI API key to access the grammar correction service.
Usage
Run the extension using the "Run Extension" configuration or F5.
Open the Command Palette (Ctrl+Shift+P) and search for "Correct Grammar with OpenAI" Either You Search CorrectGrammar .
Select the "Grammar Correction: Correct Grammar" command to open the form.
Enter your text in the textarea and click "Submit".
The grammar-corrected text will be displayed below the form.
Credits
This extension is based on [Visual Studio Code Extension API] and the [OpenAI API]