Skip to content

Make LSP context menu actually contextual

Eric Armbruster requested to merge work/eric/lsp-context-menu into master

Currently the LSP context menu is a submenu of the main context menu. However, LSP actions are arguably important enough that they deserve to be in a most prominent spot in the main context menu.

This ensures LSP context menu actions are only shown when there is a server.


If you don't like the order of actions chosen or miss an action, let me know

Edited by Eric Armbruster

Merge request reports