Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.05 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.05 KB

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.

  1. Head over to our GitHub repository.
  2. Open the package.json file.
  3. Add a JSON object to contributes.keybindings.
  4. Open a pull request.

License

MIT