koxudaxi / poetry-pycharm-plugin

A PyCharm plugin for poetry

Home Page:https://koxudaxi.github.io/poetry-pycharm-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for latest PyCharm release (build 213.5744.248)

williamabreu opened this issue · comments

Is your feature request related to a problem? Please describe.
The plugin just stopped working after the IDE has been updated.
image

Describe the solution you'd like
Make the plugin compatible with the latest release.

Describe alternatives you've considered
I can just downgrade the IDE version, but I'm notifying the problem here.

Additional context
This is the version I'm using:
image

@williamabreu As I can see in the release note, the extension is now a part of the PyCharm source code, which means the extension is no longer needed
https://www.jetbrains.com/pycharm/whatsnew/2021-3

Yes, My plugin is merged into PyCharm.
We can use the feature natively from PyCharm2021.3 😄

I will show the information at the top of the GitHub Project page.

Great! I hadn't seen that yet, thx.