[java-completion] IDEA-386860 Filter out live templates after .

- add `Show live templates` action

GitOrigin-RevId: 113313f0852135e932f41ce27853d24e9f8d3fc4
This commit is contained in:
Mikhail Pyltsin
2026-03-11 18:24:23 +00:00
committed by intellij-monorepo-bot
parent 93131ba64f
commit 517a24b162
7 changed files with 57 additions and 0 deletions
@@ -1232,6 +1232,7 @@
<codeInsight.completion.command.provider language="JAVA" implementationClass="com.intellij.codeInsight.completion.commands.impl.JavaSafeDeleteCompletionCommandProvider" order="last"/>
<codeInsight.completion.command.provider language="JAVA" implementationClass="com.intellij.platform.structureView.impl.commands.ViewStructureCompletionCommandProvider" order="last"/>
<codeInsight.completion.command.provider language="JAVA" implementationClass="com.intellij.codeInsight.completion.commands.impl.JavaParameterInfoCompletionCommand" order="last"/>
<codeInsight.completion.command.provider language="JAVA" implementationClass="com.intellij.codeInsight.completion.command.commands.InsertLiveTemplateCompletionCommandProvider" order="last"/>
<weigher order="after stats" implementationClass="com.intellij.codeInsight.completion.LoggerWeigher" key="completion" id="logger"/>