URL: http://github.com/VSpaceCode/VSpaceCode/pull/386.patch
"icon": "server-process", + "type": "command", + "command": "zig.zls.stop" + } + ] + }, + { + "key": "g", + "name": "+Go to", + "icon": "go-to-file", + "type": "bindings", + "bindings": [ + { + "key": "d", + "name": "Go to declaration", + "icon": "symbol-struct", + "type": "command", + "command": "editor.action.revealDeclaration" + }, + { + "key": "e", + "name": "Go to errors/problems", + "icon": "error", + "type": "command", + "command": "workbench.action.problems.focus" + }, + { + "key": "g", + "name": "Go to definition", + "icon": "symbol-function", + "type": "command", + "command": "editor.action.revealDefinition" + }, + { + "key": "r", + "name": "Go to references", + "icon": "symbol-function", + "type": "command", + "command": "editor.action.goToReferences" + }, + { + "key": "t", + "name": "Go to type definition", + "icon": "symbol-struct", + "type": "command", + "command": "editor.action.goToTypeDefinition" + }, + { + "key": "R", + "name": "Find references", + "icon": "symbol-reference", + "type": "command", + "command": "references-view.findReferences" + } + ] + }, + { + "key": "r", + "name": "+Refactor", + "icon": "edit", + "type": "bindings", + "bindings": [ + { + "key": ".", + "name": "Quick fix", + "icon": "lightbulb-autofix", + "type": "command", + "command": "editor.action.quickFix" + }, + { + "key": "r", + "name": "Rename symbol", + "icon": "symbol-keyword", + "type": "command", + "command": "editor.action.rename" + } + ] + }, + { + "key": "t", + "name": "+Test", + "icon": "beaker", + "type": "bindings", + "bindings": [ + { + "key": "d", + "name": "Debug test at cursor", + "icon": "bug", + "type": "command", + "command": "zig-language-extras.debugTest" + }, + { + "key": "f", + "name": "Test file", + "icon": "file", + "type": "command", + "command": "zig-language-extras.runFileTests" + }, + { + "key": "t", + "name": "Test function at cursor", + "icon": "whole-word", + "type": "command", + "command": "zig-language-extras.runSingleTest" + }, + { + "key": "w", + "name": "Test workspace", + "icon": "project", + "type": "command", + "command": "zig-language-extras.testWorkspace" + } + ] + }, + { + "key": "G", + "name": "+Peek", + "icon": "eye", + "type": "bindings", + "bindings": [ + { + "key": "d", + "name": "Peek declaration", + "icon": "symbol-struct", + "type": "command", + "command": "editor.action.peekDeclaration" + }, + { + "key": "g", + "name": "Peek definition", + "icon": "symbol-function", + "type": "command", + "command": "editor.action.peekDefinition" + }, + { + "key": "r", + "name": "Peek references", + "icon": "symbol-reference", + "type": "command", + "command": "editor.action.referenceSearch.trigger" + } + ] + } + ] } ] }, @@ -9875,4 +10127,4 @@ "lodash": "^4.17.21", "path-browserify": "^1.0.1" } -} +} \ No newline at end of fileNote: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: