mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-86123 Move inlay provider to a separate file, add tests and preview
GitOrigin-RevId: 8b5e353dd533824f532d608547eb64034fe82bf3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
af0f19abb9
commit
b51231f76a
@@ -70,6 +70,14 @@
|
||||
optionId="python.type.inlays.function.return"/>
|
||||
</codeInsight.declarativeInlayProvider>
|
||||
|
||||
<codeInsight.declarativeInlayProvider group="TYPES_GROUP"
|
||||
bundle="messages.PyPsiBundle"
|
||||
implementationClass="com.jetbrains.python.inlayHints.PyPseudoKeywordPatternInlayHintsProvider"
|
||||
isEnabledByDefault="true"
|
||||
language="Python"
|
||||
nameKey="INLAY.positional.args.patterns"
|
||||
providerId="python.pseudo.keyword.pattern.inlays"/>
|
||||
|
||||
<codeInsight.inlayActionHandler implementationClass="com.jetbrains.python.inlayHints.PyPseudoKeywordPatternInlayActionHandler"
|
||||
handlerId="py.pseudo.keyword.pattern"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user