mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Add legacy completion contributor for Python language in Rider
(cherry picked from commit a2eff8aa3b513068fb8d460932e16f7454d2316a)
This commit is contained in:
@@ -24,7 +24,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
|
||||
<depends optional="true" config-file="python-community-plugin-java.xml">com.intellij.modules.java</depends>
|
||||
<depends optional="true" config-file="python-plugin-minor-ide.xml">com.intellij.modules.clion</depends>
|
||||
<depends optional="true" config-file="python-plugin-minor-ide.xml">com.intellij.modules.rider</depends>
|
||||
<depends optional="true" config-file="python-plugin-rider.xml">com.intellij.modules.rider</depends>
|
||||
|
||||
<!-- Two different versions of this file exist: one is used when building from sources (when auxiliary
|
||||
plugins are loaded as separate plugins) and another is used for the real release build (when auxiliary
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" url="https://confluence.jetbrains.com/display/PYH/">
|
||||
<xi:include href="/META-INF/python-plugin-minor-ide.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<completion.contributor language="Python" implementationClass="com.intellij.codeInsight.completion.LegacyCompletionContributor" id="legacy"
|
||||
order="last"/>
|
||||
</extensions>
|
||||
</idea-plugin>
|
||||
Reference in New Issue
Block a user