Search code examples
visual-studio-2008netbeanskeyboard-shortcutskeymapping

Is there a Visual Studio 2008 keymap profile for Netbeans?


I know there are keymap profiles for Eclipse and Idea that reflect the VS 2k8 key mapping / shortcuts experience quite well, but do you know where I can find one for my IDE of choice, Netbeans?

Could importing from another IDE be possible as well?


Solution

  • I tried to create my own profile, unluckily there's a key element in VS that prevents this from being completely possible in NetBeans... VS allows you to map the same key to different actions depending on the state of VS (editing, running, running in debug mode, etc.).

    That allows you to map, for example, the F5 key to "Build" when editing... and that same F5 key to "Continue" when you hit a breakpoint.

    AFAIK this is not possible in NetBeans.