DS-5431 Column names are not at the top of the completion suggestions list in Jupyter notebook

Merge-request: IJ-MR-113147
Merged-by: Olga Lavrichenko <Olga.Lavrichenko@jetbrains.com>

GitOrigin-RevId: 777ade236fcbe9e596cc61cc20cce072f2d3ef97
This commit is contained in:
Olga.Lavrichenko
2023-08-17 12:57:00 +00:00
committed by intellij-monorepo-bot
parent b2e9f9d8d7
commit b554080676
@@ -107,6 +107,7 @@
<completion.contributor language="Python" implementationClass="com.jetbrains.python.documentation.docstrings.DocStringTagCompletionContributor"/>
<completion.contributor language="Python" implementationClass="com.jetbrains.python.documentation.docstrings.DocStringSectionHeaderCompletionContributor"/>
<completion.contributor language="Python"
order="after PyDictKeyNames"
implementationClass="com.jetbrains.python.codeInsight.completion.PyKeywordCompletionContributor"/>
<completion.contributor language="Python"
implementationClass="com.jetbrains.python.codeInsight.completion.PySpecialMethodNamesCompletionContributor"/>