Files
openide/python/ide/impl/resources
Ilya.Kazakevich ce38a7707a PY-87933: Disable multimodule by default for Idea, enable for PyCharm and Rider.
We now have 3 options in registry: see `FeatureState`.

For the Idea we disable `pyproject.toml` autoimport due to instability.

For PyCharm we ask user as user might have different preferences for different projects.

For Rider, we enable it unconditionally, because:
1. We can't ask user in Rider: our "asking logic" depends on index, and it doesn't work in Rider, see `intellij.rider.customization.xml` comment.
2. There is no UI in Rider to configure this preference: `PythonContentEntriesConfigurable` sits in PyCharm.


(cherry picked from commit 78566e94641eef5b90feb42a1fe9737695fec951)

IJ-CR-193846

GitOrigin-RevId: 2b19070a84b0e67a01e78ef0e4d5d5233b688932
2026-02-27 22:50:06 +00:00
..