Visual Studio Key Bindings for Eclipse

Once again I installed Eclipse (PDT), and once again I didn’t find Visual Studio (6) style key bindings for Eclipse from anywhere. I’m sure there are multiple places to find those, but anyway I didn’t find one easily and since those are fast to add I added the ones I use myself.

So here is the CSV file exported from Eclipse: vc6-keys-for-EclipsePDT-20091117-1316.zip

The key bindings I added:

New PHP File: Ctrl+N
Next Editor: Ctrl+Tab
Previous Editor: Ctrl+Shift+Tab
Find and Replace: Ctrl+F
Find Next: F3
Find Previous: Shift+F3
Open Search Dialog: Ctrl+H
New File: Ctrl+N
Go to line: Ctrl+G

One shortcut I actually moved back to Visual Studio: File.Close = Ctrl+W

If you add more export CSV and send back to me jani (at) kajala dot com, I will update the file here as well.

The Eclipse which I used to export those was “Eclipse for PHP Developers. Build id 20090920-1017″, but I guess it should work on other Eclipses as well.

—–

Update (2009-10-16): Added Ctrl+G -> Go to line.
Update (2009-11-17): Fixed F3 search-next to work similar way in VS2008

Tags: , , , ,

6 Responses to “Visual Studio Key Bindings for Eclipse”

  1. [...] Eclipse PHP Development Tools as main IDE, with Visual Studio 6 key bindings for Eclipse [...]

  2. Joe says:

    Just what i was looking for!! cheers :)

  3. Alex says:

    Hey, you’re the goto expert. Thanks for hnanigg out here.

  4. Matt says:

    thanks for these!

    Worked a treat against Eclipse 3.5.2

  5. werner says:

    Perfect, thanks!

  6. Avi says:

    Thanks mate… saved my time..

Leave a Reply