Cmd+Shift+L -> Triggers Spellinguo to start spelling check on current file/selection
Cmd+Shift+C -> Triggers Spellinguo to start commenting on current file/selection
Requirements
An OpenAI API key is required to use this extension. You can obtain one from OpenAI.
Spellinguo
Spellinguo is a Visual Studio Code extension that uses AI to automatically correct spelling mistakes in your code and documents. Powered by OpenAI's GPT-3.5-turbo & GPT-4o, it provides accurate spelling corrections and auto commenting to improve your coding efficiency.
Features
Spelling Correction: Automatically corrects spelling mistakes in the active document or selected text.
Auto Comment: Automatically apply comments to where suitable throughought the whole file.
Configuration: Allows users to set and save their OpenAI API key for seamless integration.
Easy to Use: Simple command to correct spelling mistakes with one click.
Extension Settings
This extension contributes the following settings:
spellinguo.openaiApiKey: The API key for accessing OpenAI services.
Known Issues
There might be a slight delay in receiving corrections due to network latency when calling the OpenAI API.