mfussenegger / nvim-jdtls

Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
GNU General Public License v3.0
1.09k stars 62 forks source link

Use client.commands or global commands in workspace/executeClientCommand #390

Closed mfussenegger closed 1 year ago

mfussenegger commented 1 year ago

Other neovim plugins may define other custom client commands that eclipse.jdt.ls could invoke via workspace/executeClientCommand

A completion plugin like lsp_compl may for example define editor.action.triggerSuggest or editor.action.triggerParameterHints commands