mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 11:06:30 +03:00
ecode: Linter now allows to navigate between erros and warnings with keyboard shortcuts.
This commit is contained in:
@@ -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" ) ) {
|
||||
|
||||
Reference in New Issue
Block a user