intellij-community
intellij-community copied to clipboard
PY-49293 - improve install package suggestion
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.