views:

343

answers:

2

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?

Many thanks,

sk

+1  A: 

No. At the moment in 6.7.1 there are some for Emacs, Eclipse and Idea.

But you can easily map your own and hopefully share this with the community ;-)

You can do so via: Tools->Options->Keymap->Manage Profiles->Duplicate

Then change the duplicated keymap and export it (Manage Profiles)

Karussell
+2  A: 

I tried to create my own profile, unluckily there's a key element in VS that prevents this for 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, F5 key to "Build"... and the same F5 key to "Continue" when you hit a breakpoint.

AFAIK this is not possible in NetBeans.

pedro_cesar