From 8ad586a44e2214a11c4e7d27e0d3c2d73e43f39f Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 23 Aug 2018 22:14:51 +0300 Subject: JoinLines frontend --- code/package.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'code/package.json') diff --git a/code/package.json b/code/package.json index 35367edb6..20a6ceee7 100644 --- a/code/package.json +++ b/code/package.json @@ -44,6 +44,10 @@ { "command": "libsyntax-rust.parentModule", "title": "Rust Parent Module" + }, + { + "command": "libsyntax-rust.joinLines", + "title": "Rust Join Lines" } ], "keybindings": [ @@ -61,6 +65,11 @@ "command": "libsyntax-rust.extendSelection", "key": "ctrl+w", "when": "editorTextFocus && editorLangId == rust" + }, + { + "command": "libsyntax-rust.joinLines", + "key": "ctrl+shift+j", + "when": "editorTextFocus && editorLangId == rust" } ], "problemMatchers": [ -- cgit v1.2.3