profiq / docgen

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

Make plugin compatible with version IDE version 2023.2 #12

Closed msvana closed 1 year ago

msvana commented 1 year ago

I've tested the plugin on PyCharm 2023.2 and 2023.1.4. Works as expected. I am attaching a zip file for manual installation. I just need to change the version numbers in the settings.

docgen-0.1.1.zip

The plugin can be installed manuall by clicking here:

image

msvana commented 1 year ago

Seems like it works even without untilBuild. So we could remove it, but it might cause some issues in the future, e.g. JetBrains introducing breaking changes to their plugin API. This forces us to check that everything works.