Click here to Skip to main content
15,881,413 members
Articles / Programming Languages / Java
Tip/Trick

Visual Studio IDE Shortcut's for Eclise IDE

Rate me:
Please Sign up or sign in to vote.
2.33/5 (2 votes)
22 Jan 2017CPOL1 min read 12.1K   2   1
This tip/trick will map Visual Studio IDE Key Bindings to Eclipse IDE

Introduction

The whole idea of posting this Tip/Trick is to enable Eclipse IDE to replicate same Key Bindings as Visual Studio IDE.

Motivation

As a developer, when we are working on different IDE, then its quiet counter productive to have different Key bindings and after starting to code extensively on Eclipse, need to have same Key Bindings as Visual Studio was surely the need of the hour.

Steps to map Key Bindings in Eclipse

- Start Eclipse Neon (Or any ver you have)
- Click  "Help" -> "Install New Software"
- Click  "Work With:" ComboBox
- Select "Neon - http://download.eclipse.org/release/neon"
- Below ListBox will get populated
- Scroll Down and search for "Programming Languages"
- Expand "Programming Languages" in the Below ListBox under the column "Name"
- Check  "C/C++ Development Tools"
- Click  "Next" -> "Next"
- Click  "Accept the Licence Agreement" -> "Finish"
- Once the "Installation Software" is complete, It will prompt to restart Eclipse
- Click "Yes" to restart Eclipse
- Click "Windows" -> "Preferences"
- Expand "General"
- Click "Keys"
- Click "Scheme:" ComboBox
- Select "Microsoft Visual Studio"
- Click "Ok" :)

Points of Consideration

Conceptually Eclipse IDE is quiet different from Visual Studio IDE, for instance Visual Studio has "Release/Debug" mode where as Eclipse have "Perspective". But after making the above changes, then mostly (again mostly) the Key bindings of Eclipse IDE will be in sync with Visual Studio Key bindings.

For other versions of Eclipse IDE like Mars, Luna, Kepler..... or any other ver of Eclipse - Select the appropriate link with same version name in the "Work With:" ComboBox.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
I am not only a technology consumer, but a technology contributor also. I keep my self engaged with at-least 2 dev projects (in personal capacity) at any time. My strength is at providing robust and better solution. I can write full scale (product grade) softwares, tools & libraries. I am an avid knowledge seeker and always keep my self updated with the latest framework stacks on Python, .Net, Java and C++ technologies.

Comments and Discussions

 
QuestionSpelling in Heading Pin
Kondwani Chipeta14-Apr-17 7:30
Kondwani Chipeta14-Apr-17 7:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.