File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 0.2.6 (December 6, 2016)
4
4
5
+ * enhancement - ctrl+q should be bound to show hover. See [ #46 ] ( https://github.com/k--kato/vscode-intellij-idea-keybindings/issues/46 ) .
5
6
* enhancement - ctrl+q should be bound to show hover. See [ #46 ] ( https://github.com/k--kato/vscode-intellij-idea-keybindings/issues/46 ) .
6
7
7
8
## 0.2.5 (December 1, 2016)
Original file line number Diff line number Diff line change @@ -235,6 +235,7 @@ shift+f7 | shift+f7 | Previous difference | ✅
235
235
alt+ctrl+enter | alt+cmd+enter | Start new line before current | ✅
236
236
shift+ctrl+enter | shift+cmd+enter | Start new line | ✅
237
237
alt+f12 | alt+f12 | Open corresponding tool window (Terminal) | ✅
238
+ ctrl+shift+alt+j | ctrl+cmd+g | Sublime Text style multiple selections | ✅
238
239
239
240
240
241
## Installation
Original file line number Diff line number Diff line change 1359
1359
"mac" : " alt+f12" ,
1360
1360
"command" : " workbench.action.terminal.toggleTerminal" ,
1361
1361
"intellij" : " Open corresponding tool window (Terminal)"
1362
+ }, {
1363
+ "key" : " ctrl+shift+alt+j" ,
1364
+ "mac" : " ctrl+cmd+g" ,
1365
+ "command" : " editor.action.selectHighlights" ,
1366
+ "when" : " editorFocus" ,
1367
+ "intellij" : " Sublime text Style Multiple Selections"
1362
1368
}
1363
1369
]
1364
1370
}
Original file line number Diff line number Diff line change 1439
1439
"mac" : " alt+f12" ,
1440
1440
"command" : " workbench.action.terminal.toggleTerminal" ,
1441
1441
"intellij" : " Open corresponding tool window (Terminal)"
1442
+ },
1443
+ {
1444
+ "key" : " ctrl+shift+alt+j" ,
1445
+ "mac" : " ctrl+cmd+g" ,
1446
+ "command" : " editor.action.selectHighlights" ,
1447
+ "when" : " editorFocus" ,
1448
+ "intellij" : " Sublime Text style multiple selections"
1442
1449
}
1443
1450
]
1444
1451
}
You can’t perform that action at this time.
0 commit comments