[java-completion] IDEA-359174 first draft of command completion

- delete refactor this

GitOrigin-RevId: a8817f98a9d9c5635f941e88f3026ce94df0b483
This commit is contained in:
Mikhail Pyltsin
2025-01-22 09:43:52 +01:00
committed by intellij-monorepo-bot
parent fc7d4ae6ff
commit 9c99e37357
2 changed files with 0 additions and 11 deletions

View File

@@ -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" />