3

I have been using Visual Studio since last 5-7 years. Now I started using VS Code & Eclipse as well. I am very used to Visual Studio shortcuts.

Can I have same shortcut keys in Eclipse and VSCode as in Visual Studio. I am hopeful that both Eclipse and VS Code should provide setting up own shortcut keys for different operations. It would be difficult to set individual keys for Eclipse and VSCode.

Is there any plugin/file/setting by which I can set easily set most of the shortcuts keys in Eclipse/VS Code as in Visual Studio?

Gama11
  • 31,714
  • 9
  • 78
  • 100
Atul Sureka
  • 3,085
  • 7
  • 39
  • 64

3 Answers3

2

I don't know about eclipse, but in VS Code there is an extension called Visual Studio Keymap.

Félix Caron
  • 771
  • 6
  • 11
0

i do not think eclipse marketplace (https://marketplace.eclipse.org) has any plugin for keymap of visual studio. vscode though has a keymap plugin for eclipse, https://marketplace.visualstudio.com/items?itemName=alphabotsec.vscode-eclipse-keybindings. Hope this helps.

0

You can add the Visual Studio key-map to Eclipse by installing the C++ devs tools from within Eclipse. Follow this post to set it up: https://stackoverflow.com/a/10075350/2052295

For VSCode simply install the Visual Studio key-map extension: https://marketplace.visualstudio.com/items?itemName=ms-vscode.vs-keybindings

RonanCodes
  • 1,016
  • 9
  • 14