[command-completion] IDEA-373902 Command completion. New actions: Type hierarchy

GitOrigin-RevId: d2905dc291b7d3a28b105f921eb0457aa88d60ed
This commit is contained in:
Mikhail Pyltsin
2025-07-31 14:49:09 +00:00
committed by intellij-monorepo-bot
parent 488935ac4b
commit 34b38a8b42
9 changed files with 205 additions and 1 deletions
@@ -1494,6 +1494,7 @@
<codeInsight.completion.command.provider language="JAVA" implementationClass="com.intellij.codeInsight.completion.commands.impl.JavaInlineMethodCompletionCommandProvider" order="last"/>
<codeInsight.completion.command.provider language="JAVA" implementationClass="com.intellij.codeInsight.completion.commands.impl.JavaMoveCompletionCommandProvider" order="last"/>
<codeInsight.completion.command.provider language="JAVA" implementationClass="com.intellij.codeInsight.completion.commands.impl.JavaCopyCompletionCommandProvider" order="last"/>
<codeInsight.completion.command.provider language="JAVA" implementationClass="com.intellij.codeInsight.completion.commands.impl.JavaTypeHierarchyCompletionCommandProvider" order="last"/>
<weigher implementationClass="com.intellij.codeInsight.completion.LoggerWeigher" key="completion" id="logger"/>