Emacs Keybindings in Visual Studio 2012 or 2013

后端 未结 7 1520
南笙
南笙 2020-12-04 09:05

I would prefer to have Emacs keybindings in MSVS. In MSVS 2008, this was natively supported, and in MSVS2010 there was an extension to achieve this

http://blogs.msdn

7条回答
  •  再見小時候
    2020-12-04 09:47

    I don't believe all of the steps in the accepted answer are correct. Instead:

    1. Follow 1-4 as above to produce a suitable EmacsEmulations.vsix file.
    2. Install the extension as the user who needs the bindings and not as administrator.
    3. Manually copy the Emacs.vsk file from the unzipped content of the extension to the Common7\IDE folder in the Visual Studio program directory (for which you will need elevated permissions).

    Running the extension as administrator will not achieve the desired file copy, nor will it allow other users to successfully use the new key bindings.

提交回复
热议问题