mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
PY-40996 Add ability to collapse and expand python type annotations
"Collapse/Expand Python Type Annotations" actions, an intention and a setting GitOrigin-RevId: e055538b29b07c1836399f52754b786a15351050
This commit is contained in:
committed by
intellij-monorepo-bot
parent
531290213f
commit
e768aa3785
@@ -249,6 +249,12 @@
|
||||
<categoryKey>INTN.category.python</categoryKey>
|
||||
</intentionAction>
|
||||
|
||||
<intentionAction>
|
||||
<className>com.jetbrains.python.codeInsight.intentions.PyHideTypeAnnotationsIntention</className>
|
||||
<bundleName>messages.PyPsiBundle</bundleName>
|
||||
<categoryKey>INTN.category.python</categoryKey>
|
||||
</intentionAction>
|
||||
|
||||
<intentionAction>
|
||||
<className>com.jetbrains.python.codeInsight.intentions.SpecifyTypeInPy3AnnotationsIntention</className>
|
||||
<bundleName>messages.PyPsiBundle</bundleName>
|
||||
@@ -434,7 +440,7 @@
|
||||
<bundleName>messages.PyPsiBundle</bundleName>
|
||||
<categoryKey>INTN.category.python</categoryKey>
|
||||
</intentionAction>
|
||||
|
||||
|
||||
<registryKey defaultValue="false"
|
||||
description="Enable pyi stubs distributed with numpy (see https://github.com/numpy/numpy/issues/18565)"
|
||||
key="enable.numpy.pyi.stubs"/>
|
||||
|
||||
Reference in New Issue
Block a user