Skip to content

pk-218/code-assist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-assist

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.

Tech Stack

  • Typescript
  • Fastapi
  • OpenAI api
  • VSCode Extension API

Working Screenshots

  • 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-

context menu

- Code optimisation-

optimise code

- Code Documentation-

document code

- Unit Or Py Tests for Code-

Unit or Py Test

About

VS Code extension to help you document, test, and optimise your code. Powered by OpenAI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published