mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
CPP-434 Split [python-community-plugin] into [python-community-core-plugin] and [python-community-java-plugin]
This commit is contained in:
10
python/pluginJava/META-INF/python-community-plugin-java.xml
Normal file
10
python/pluginJava/META-INF/python-community-plugin-java.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<idea-plugin version="2">
|
||||
<!-- Components and extensions declared in this file work ONLY in the Python plugin,
|
||||
both Community and Professional versions. -->
|
||||
<extensions defaultExtensionNs="Pythonid">
|
||||
<importResolver implementation="com.jetbrains.python.psi.impl.PyJavaImportResolver"/>
|
||||
<typeProvider implementation="com.jetbrains.python.psi.impl.PyJavaTypeProvider"/>
|
||||
<pySuperMethodsSearch implementation="com.jetbrains.python.psi.impl.PyJavaSuperMethodsSearchExecutor"/>
|
||||
<importCandidateProvider implementation="com.jetbrains.python.psi.impl.PyJavaImportCandidateProvider"/>
|
||||
</extensions>
|
||||
</idea-plugin>
|
||||
Reference in New Issue
Block a user