ecode: Linter now allows to navigate between erros and warnings with keyboard shortcuts.

This commit is contained in:
Martín Lucas Golini
2023-06-24 16:25:53 -03:00
parent 5d54f01352
commit 7e1e715dfd
6 changed files with 169 additions and 10 deletions

View File

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