Configure Eclipse to use VS.Net shortcuts?

前端 未结 2 1906
你的背包
你的背包 2020-12-15 20:05

I\'ve started doing some Python Programming using Eclipse. However, I\'m a .Net programmer and I\'m use to the keyboard shortcuts in VS.Net 2008. Is there any quick way to

2条回答
  •  执笔经年
    2020-12-15 20:53

    If the CDT Visual Studio mapping does not work, you need to import custom shortcut files for the usual Visual Studio shortcuts.

    This SO question mentions this article, with this minimal set:

    • 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

    • File.Close: Ctrl+W

提交回复
热议问题