Spring Data repo CA consecutive invocation while "query" is built

This commit is contained in:
aboyko
2023-03-06 19:29:16 -05:00
parent 86fd1e7c3a
commit c2a21e4002
8 changed files with 83 additions and 8 deletions

View File

@@ -95,6 +95,10 @@
class="org.springframework.tooling.ls.eclipse.commons.commands.JavaWorkspaceCommandHanlder"
commandId="java.execute.workspaceCommand">
</handler>
<handler
class="org.springframework.tooling.ls.eclipse.commons.commands.InvokeContentAssistCommandHandler"
commandId="editor.action.triggerSuggest">
</handler>
</extension>
<extension
point="org.eclipse.ui.commands">
@@ -121,6 +125,22 @@
optional="false">
</commandParameter>
</command>
<command
id="editor.action.triggerSuggest"
name="Invoke Content Assist">
<commandParameter
id="org.eclipse.lsp4e.path.param"
name="Resource Path (unnecessary, only to make lsp4e happy)"
optional="true"
typeId="org.eclipse.lsp4e.pathParameterType">
</commandParameter>
<commandParameter
id="org.eclipse.lsp4e.command.param"
name="Command id (unnecessary, only to make lsp4e happy)"
optional="true"
typeId="org.eclipse.lsp4e.commandParameterType">
</commandParameter>
</command>
</extension>
<extension
point="org.eclipse.e4.ui.css.swt.theme">