Skip to content

Commit

Permalink
#101 navigate between editor group could be mapped to option/alt + tab
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Dec 28, 2017
1 parent 6fe589d commit 9bd359f
Show file tree
Hide file tree
Showing 5 changed files with 464 additions and 209 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.2.18 (Dec 28, 2017)

* enhancement - navigate between editor group could be mapped to option/alt + tab. See [#101](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/101)

## 0.2.17 (Dec 20, 2017)

* bug fix - Cmd+E opens Recent Projects popup instead of current project's Recent Files. See [#97](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/97)
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Port of IntelliJ IDEA key bindings for VS Code. Includes keymaps for popular Jet
Linux, Windows | macOS | Feature | Supported
---------------|------|---------|----------
ctrl+space | ctrl+space | Basic code completion (the name of any class, method or variable) | ✅
ctrl+shift+space | ctrl+shift+space | Smart code completion (filters the list of methods and variables by expected type)| N/A
ctrl+shift+space | ctrl+shift+space | Smart code completion (filters the list of methods and variables by expected type) | N/A
ctrl+shift+enter | cmd+shift+enter | Complete statement | ✅
ctrl+p | cmd+p | Parameter info (within method call arguments) | ✅
ctrl+q | ctrl+j | Quick documentation lookup | ✅
Expand Down Expand Up @@ -249,11 +249,13 @@ alt+f12 | alt+f12 | Open corresponding tool window (Terminal) | ✅
ctrl+shift+alt+j | ctrl+cmd+g | Sublime Text style multiple selections | ✅
alt+left | shift+cmd+[ | Select previous tab (Terminal) | ✅
alt+right | shift+cmd+] | Select next tab (Terminal) | ✅
alt+tab | alt+tab | Goto next splitter | ✅
shift+alt+tab | shift+alt+tab | Goto previous splitter | ✅


## Installation

1. Install Visual Studio Code 1.16.0 or higher
1. Install Visual Studio Code 1.19.0 or higher
1. Launch Code
1. From the extension view `Ctrl`-`Shift`-`X` (Windows, Linux) or `Cmd`-`Shift`-`X` (macOS)
1. Search and Choose the extension `Intellij IDEA Keybindings`
Expand Down
Loading

0 comments on commit 9bd359f

Please sign in to comment.