mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
[pycharm] change the order of extended completion contributors to last, so they cannot pollute other stages.
GitOrigin-RevId: 675ead60c308a41142cc0abc1015d2aa50178e02
This commit is contained in:
committed by
intellij-monorepo-bot
parent
badc8e09d2
commit
c559ffab2b
@@ -136,9 +136,9 @@
|
||||
<completion.contributor language="Python"
|
||||
implementationClass="com.jetbrains.python.codeInsight.completion.PyStringFormatCompletionContributor" />
|
||||
|
||||
<completion.contributor language="Python"
|
||||
<completion.contributor language="Python" order="last"
|
||||
implementationClass="com.jetbrains.python.codeInsight.completion.PyClassNameCompletionContributor"/>
|
||||
<completion.contributor language="Python"
|
||||
<completion.contributor language="Python" order="last"
|
||||
implementationClass="com.jetbrains.python.codeInsight.completion.PyModulePackageCompletionContributor"/>
|
||||
<completion.contributor language="Python" order="first" id="pyModuleNameCompletionContributor"
|
||||
implementationClass="com.jetbrains.python.codeInsight.completion.PyModuleNameCompletionContributor"/>
|
||||
|
||||
Reference in New Issue
Block a user