mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
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"/>
|
||||
|
||||
Reference in New Issue
Block a user