eepp: Added "jump-lines-up" and "jump-lines-down" commands to UICodeEditor.

ecode: Fixed display of textDocument/references (wasn't displaying non opened files). Build command will save all modified files before running.
This commit is contained in:
Martín Lucas Golini
2023-07-01 19:46:28 -03:00
parent d11c4ce865
commit c3d89d0a64
8 changed files with 87 additions and 15 deletions

View File

@@ -803,6 +803,7 @@ void LSPClientPlugin::loadLSPConfig( std::vector<LSPDefinition>& lsps, const std
mKeyBindings["lsp-symbol-info"] = "f1";
mKeyBindings["lsp-symbol-code-action"] = "alt+return";
mKeyBindings["lsp-rename-symbol-under-cursor"] = "mod+shift+r";
mKeyBindings["lsp-symbol-references"] = "mod+shift+u";
}
if ( j.contains( "keybindings" ) ) {