Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 864
NT_ Avatar asked Oct 03 '09 15:10

NT_


2 Answers

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.

like image 153
PedroC88 Avatar answered Sep 23 '22 01:09

PedroC88


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)

like image 38
Karussell Avatar answered Sep 24 '22 01:09

Karussell