IDEA-389301 [java-completion] JavaReflectionCompletionContributor -> JavaReflectionCompletionItemProvider

(part of) Convert reflection completion to ModCommand API

GitOrigin-RevId: b3f9a197512ae7172a0498498cc0f3dd44ba5edb
This commit is contained in:
Tagir Valeev
2026-05-15 14:48:11 +00:00
committed by intellij-monorepo-bot
parent 13fc9b6b27
commit 177432ea88
5 changed files with 88 additions and 74 deletions
@@ -1146,8 +1146,8 @@
<lookup.charFilter implementation="com.intellij.codeInsight.completion.JavaCharFilter" id="java"/>
<completion.contributor language="JAVA" id="javaMethodHandle" order="last, before javaLegacy"
implementationClass="com.intellij.psi.impl.source.resolve.reference.impl.JavaMethodHandleCompletionContributor"/>
<completion.contributor language="JAVA" id="javaReflection" order="before javaLegacy, before javaClassReference"
implementationClass="com.intellij.psi.impl.source.resolve.reference.impl.JavaReflectionCompletionContributor"/>
<modcompletion.completionItemProvider language="JAVA" id="javaReflection"
implementationClass="com.intellij.psi.impl.source.resolve.reference.impl.JavaReflectionCompletionItemProvider"/>
<completion.contributor language="JAVA" id="javadoc" order="last, before javaLegacy, before wordCompletion"
implementationClass="com.intellij.codeInsight.completion.JavaDocCompletionContributor"/>
<completion.contributor language="JVM" id="javaClassName" order="last, before default"