intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

PY-49293 - improve install package suggestion

Open rendner opened this issue 2 years ago • 0 comments

https://youtrack.jetbrains.com/issue/PY-49293

This PR improves only the Install package suggestion and doesn't provide a solution for the whole issue.

I had to turn off the PyPIPackageUtil.INSTANCE::isInPyPI check when running the unit tests because I couldn't find another way to write tests. I'm unsure if this OK.

rendner avatar Mar 20 '23 20:03 rendner