poetry-pycharm-plugin icon indicating copy to clipboard operation
poetry-pycharm-plugin copied to clipboard

A PyCharm plugin for poetry

Results 27 poetry-pycharm-plugin issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Incompatible requires IDE build 212.* or later macOS 12 (M1) ``` PyCharm 2021.3.1 (Community Edition) Build #PC-213.6461.77, built on December 28, 2021 ``` ``` Runtime version: 11.0.13+7-b1751.21...

![image](https://user-images.githubusercontent.com/38101170/134799579-970b98bc-a7ca-4ac8-ac4e-64c05a0edf44.png) IntelliJ IDEA 2021.1.3 (Ultimate Edition) Windows 10 2004 com.koxudaxi.poetry (1.1.4), *** Non-Bundled Plugins: AceJump (3.8.1), com.4lex4.intellij.solarized (2.3.0), com.intellij.plugins.vscodekeymap (211.4961.30), com.vincentp.gruvbox-theme (0.5.2), io.github.aveenstra.run-anything (1.4), io.zhile.research.ide-eval-resetter (2.2.3), light.flat.theme (0.14), org.jetbrains.plugins.rest (211.6693.44),...

Setup: - I was working on a branch of my project - I had just pushed this local branch up to my main repo, and performed a pull request on...

**Describe the bug** Although I've seen them work previously, in PyCharm currently, I am not able to get either of the following two features to work: * install extras and...

**Describe the bug** The plugin seems to be creating a separate environment, even though a Poetry environment already exists. This is probably related to bug #287 and to https://github.com/python-poetry/poetry/issues/2419 where...

**Describe the bug** The IDEA plugin doesn't correctly identify the Poetry environment. I have forced poetry to run in ANSI mode on my Windows 10 machine by creating the `ANSICON`...

Add package highlighting in `pyproject.toml` when a new version is available, in the same way that it's done for `requirements.txt`:

enhancement

**Describe the bug** Whenever I start IDEA with the Poetry plugin enabled, it starts indexing the virtualenv and within seconds the whole $VIRTUAL_ENV directory gets completely removed. No new virtualenv...

If i understand poetry correctly (which shouldn't be taken for granted) i am supposed to use poetry install and poetry run during my development. And i should NOT install poetry...