VSCode add-on for generating python docstrings with an LLM backend
Important: You need to run an LLM instance for this add-on to work. See Usage below.
Visual Studio Code extension to quickly generate docstrings for python functions
using AI(NLP) technology. This project is forked from
graykode/ai-docstring. Main
difference is that this version uses a quantized version of
Mistral-AI's 7B model and attempts to produce a complete
docstring including variable types and descriptions according to the chosen
template.
Demo (real time, using Google Colab T4 runtime as backend):