PY-40470 Move Python support from the bundled Grazie plugin to PyCharm core

First of all, it's easier to maintain the corresponding extensions this way as
the language evolves.

Also, it will help to extract remaining language-specific logic from Grazie to
other language plugins, as existing direction of optional dependencies (Grazie -> Python)
prevented doing the same for JavaScript because of an introduced plugin dependency
(JavaScript -> Grazie -> Python -> JavaScriptDebugger).

GitOrigin-RevId: a1e5a3d8121daf4f949abd0a602eb79c8a6f6dd9
This commit is contained in:
Mikhail Golubev
2020-02-18 18:59:20 +03:00
committed by intellij-monorepo-bot
parent ac50dea990
commit 17ed1d40a1
8 changed files with 23 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<depends optional="true" config-file="python-copyright-plugin.xml">com.intellij.copyright</depends>
<depends optional="true" config-file="intellilang-python-support.xml">org.intellij.intelliLang</depends>
<depends optional="true" config-file="python-terminal-plugin.xml">org.jetbrains.plugins.terminal</depends>
<depends optional="true" config-file="python-grazie-plugin.xml">tanvd.grazi</depends>
<application-components>
<component>