Eclipse Keymap for Visual Studio Code
This extension ports popular Eclipse keyboard shortcuts to Visual Studio Code. Eclipse key bindings are provided for Windows, Linux and macOS.
What key bindings are included?
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 40+ key bindings have a look at the extension's contribution list.
Contributing
How do I contribute a keyboard shortcut?
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.
Contributors
Thanks to all the contributors!