mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
[python] get rid of classes registered in wrong modules
You must register class in the same v2 module class sits GitOrigin-RevId: c7fcccd27c2fcaa3d9391d1173f61ad43fe2b076
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ee148eaba0
commit
b533e29ce0
@@ -1,6 +1,21 @@
|
||||
<idea-plugin>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<readWriteAccessDetector implementation="com.jetbrains.python.findUsages.PyReadWriteAccessDetector"/>
|
||||
|
||||
|
||||
<projectService serviceImplementation="com.jetbrains.python.findUsages.PyFindUsagesOptions"/>
|
||||
|
||||
<highlightRangeExtension implementation="com.jetbrains.python.validation.PyHighlightingAnnotator"/>
|
||||
<!-- We run it before FilePathCompletionContributor (id="filePath") to get help text about full path results in the extended completion -->
|
||||
<psi.referenceContributor implementation="com.jetbrains.python.codeInsight.PySoftFileReferenceContributor" language="Python"
|
||||
order="before filePath"/>
|
||||
<fileType name="PythonStub"
|
||||
language="PythonStub"
|
||||
extensions="pyi"
|
||||
implementationClass="com.jetbrains.python.pyi.PyiFileType"
|
||||
fieldName="INSTANCE"/>
|
||||
|
||||
<lang.elementManipulator forClass="com.jetbrains.python.psi.PyReferenceExpression"
|
||||
implementationClass="com.jetbrains.python.psi.impl.PyReferenceExpressionManipulator"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user