This extension ports popular Eclipse keyboard shortcuts to Visual Studio Code. Eclipse key bindings are provided for Windows, Linux and macOS.
The key bindings consist of general shortcuts like Ctrl-Shift-R
, Ctrl-3
, text editor keybindings like Ctrl-Shift-F
, Ctrl-L
and debugging key bindings like F8
, Ctrl-Shift-B
.
For a full list of the 60+ key bindings have a look at the extension's contribution list.
We may have missed a keyboard shortcut. If we did please help us out! It is very easy to make a PR.
- Head over to our GitHub repository.
- Open the
package.json
file. - Add a JSON object to
contributes.keybindings
. - Open a pull request.
- Special thanks to Shi Chen!
- Thanks to all the contributors!