Has anyone found a way to have Emacs keyboard shortcuts in Atmel Studio 6? I realize it is built on Visual Studio and there is an Emacs Emulation extension for Visual Studio. I do not see the Emacs Emulation extension in the Extension manager in Atmel Studio. The Emacs Emulation extension is downloadable, I just can't figure out how to make Atmel Studio aware of it on my system or if there is a better way to set Emacs keybindings in Atmel Studio.
Thank you for any advice.
To install Visual Studio vsix extensions into Atmel Studio, open the vsix in your favourite zip program, and edit the 'extension.vsixmanifest' file inside it. Under the tag, add the following element (change version to fit your need).
See for instance the AStyle extension manifest for the structure: https://code.google.com/p/astyle-extension/source/browse/trunk/+astyle-extension/AStyleExtension/source.extension.vsixmanifest?r=23