-<idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude" url="https://confluence.jetbrains.com/display/PYH/">
+<idea-plugin version="2" url="https://confluence.jetbrains.com/display/PYH/">
+ <!-- Components and extensions declared in this file work ONLY in PyCharm, not in Python plugin.
+ Both Community and Professional editions. -->
+
+ <!-- Components and extensions declared in this file work in CLion Python Plugin to configure Python toolchain -->
+
<extensions defaultExtensionNs="com.intellij">
<projectService serviceInterface="com.jetbrains.python.configuration.PyConfigurableInterpreterList"
serviceImplementation="com.jetbrains.python.configuration.PyConfigurableInterpreterList"/>
<idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude" url="https://confluence.jetbrains.com/display/PYH/">
+ <!-- Components and extensions declared in this file work ONLY in PyCharm, not in Python plugin.
+ Both Community and Professional editions. -->
+
<xi:include href="/META-INF/python-configure-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
<extensions defaultExtensionNs="com.intellij">
<projectConfigurable groupId="project"
<idea-plugin version="2">
+ <!-- Components and extensions declared in this file work both in PyCharm and Python plugin (but not in CLion).
+ Both Community and Professional editions. -->
+
<extensions defaultExtensionNs="com.intellij">
<!-- Buildout -->
<facetType implementation="com.jetbrains.python.buildout.BuildoutFacetType"/>
<idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude">
+ <!-- Components and extensions declared in this file work ONLY in PyCharm, not in Python plugin.
+ Both Community and Professional editions. -->
+
<xi:include href="/META-INF/python-core-plugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
<extensions defaultExtensionNs="com.intellij">
<projectService serviceInterface="com.intellij.psi.search.ProjectScopeBuilder"
<idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude">
+ <!-- Components and extensions declared in this file work both in PyCharm and Python plugin.
+ Both Community and Professional editions. -->
+
<!-- python-core-common.xml need to be the first for resource-bundle definition -->
<xi:include href="/META-INF/python-core-common.xml" xpointer="xpointer(/idea-plugin/*)"/>
<xi:include href="/META-INF/python-core-buildout.xml" xpointer="xpointer(/idea-plugin/*)"/>