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

How to test plugin source on IJ Ultimate?

roxchkplusony opened this issue · comments

Is your feature request related to a problem? Please describe.
I have a repository with many Poetry projects which is usable in IJ Ultimate but not in PyCharm. I want to be able to reproduce the issue with the plugin and debug performance issues I see when adding many SDKs.

Describe the solution you'd like
I would like some assistance executing buildPlugin and runIde. I got myself to the point where I can get everything to download properly, but it cannot find icons.PythonIcons$Python during buildSearchableOptions. I'm not sure what I'm doing wrong.

Describe alternatives you've considered
I tried running in PyCharm but the multi-module support in the UI is very limited, not able to exercise the scenario adequately.

Additional context
Add any other context or screenshots about the feature request here.

Nevermind. Of course as soon as I filed it it worked.