CPP-434 Usage scale description was added to configuration XMLs; in CLion plugin...
[idea/community.git] / python / src / META-INF / python-core-ide.xml
1 <idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude">
2   <!-- Components and extensions declared in this file work ONLY in PyCharm, not in Python plugin.
3        Both Community and Professional editions. -->
4
5   <xi:include href="/META-INF/python-core-plugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
6   <extensions defaultExtensionNs="com.intellij">
7     <projectService serviceInterface="com.intellij.psi.search.ProjectScopeBuilder"
8                     serviceImplementation="com.jetbrains.python.psi.search.PyProjectScopeBuilder"
9                     overrides="true"/>
10   </extensions>
11 </idea-plugin>