File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ command menu:
35
35
36
36
![ Preview] ( /contrib/findSelected.gif )
37
37
38
+ You can configure a keyboard shortcut. By default this is <kbd >⌘ Command</kbd > + <kbd >⇧ Shift</kbd > + <kbd >s</kbd >:
39
+
40
+ ![ Preview] ( /contrib/findSelectedShortcut.gif )
41
+
38
42
## Contributing
39
43
40
44
This plugin is far from feature-complete.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Snippet" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"publisher" : " vscode-snippet" ,
5
5
"engines" : {
6
6
"vscode" : " ^1.19.0"
43
43
"group" : " 1_modification"
44
44
}
45
45
]
46
- }
46
+ },
47
+ "keybindings" : [
48
+ {
49
+ "command" : " snippet.findSelectedText" ,
50
+ "key" : " ctrl+shift+s" ,
51
+ "mac" : " cmd+shift+s" ,
52
+ "when" : " editorHasSelection"
53
+ }
54
+ ]
47
55
},
48
56
"activationEvents" : [
49
57
" onCommand:snippet.find" ,
You can’t perform that action at this time.
0 commit comments