profiq / docgen

IntelliJ plugin to generate Python documentation using OpenAI's GPT model
2 stars 4 forks source link

Implement better support for documenting classes #16

Closed msvana closed 8 months ago

msvana commented 8 months ago

This PR improves the support for class docstrings. It includes the following changes:

It also changes the default IDE for testing to PyCharm.