VS Code extension to help you document, test, and optimise your code. Powered by OpenAI.
Developers face a lot of problems while developing cool applications and writing complex codes. This extension makes their life easier by using AI to document, test and optimize the code.
- Typescript
- Fastapi
- OpenAI api
- VSCode Extension API
- Install the extension on vscode.
- Whenever you open a javascript or python file, the extension is activated.
- Select the function code block for which you want to do one of the above three activities, in context menu that shows up, select one of the three.
- In case of test and documentation code gets replaced directly, while in case of optimisation suggestion, on right side a seperate pane opens which shows the optimisde code, we can either accept or ignore it.
- Context menu options-