mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
[java-completion] IDEA-386860 Filter out live templates after .
- add `Show live templates` action GitOrigin-RevId: 113313f0852135e932f41ce27853d24e9f8d3fc4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
93131ba64f
commit
517a24b162
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user