mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
[java-completion] IDEA-359174 first draft of command completion
- delete refactor this GitOrigin-RevId: a8817f98a9d9c5635f941e88f3026ce94df0b483
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fc7d4ae6ff
commit
9c99e37357
@@ -1515,7 +1515,6 @@
|
||||
<codeInsight.completion.command implementation="com.intellij.codeInsight.completion.commands.impl.RenameActionCompletionCommand" />
|
||||
<codeInsight.completion.command implementation="com.intellij.codeInsight.completion.commands.impl.OptimizeImportCompletionCommand" />
|
||||
<codeInsight.completion.command implementation="com.intellij.codeInsight.completion.commands.impl.FormatCodeCompletionCommand" />
|
||||
<codeInsight.completion.command implementation="com.intellij.codeInsight.completion.commands.impl.RefactorThisCompletionCommand" />
|
||||
<codeInsight.completion.command implementation="com.intellij.codeInsight.completion.commands.impl.RecentFilesCompletionCommand" />
|
||||
<codeInsight.completion.command implementation="com.intellij.codeInsight.completion.commands.impl.ProjectViewCompletionCommand" />
|
||||
<codeInsight.completion.command implementation="com.intellij.codeInsight.completion.commands.impl.CommentCompletionCommand" />
|
||||
|
||||
Reference in New Issue
Block a user