How can I get Emacs style key bindings in Visual Studio? Is it available in Settings? Do I need a Plug-in?
相关问题
- Symbol's function definition is void: declare-
- slurm: use a control node also for computing
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Visual Studio 2019 - error MSB8020: The build tool
相关文章
- How to show location of errors, references to memb
- ess-rdired: I get this error “no ESS process is as
- How to track MongoDB requests from a console appli
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- Emacs/xterm color annoyance on Linux
- Copy different file to output directory for releas
- Edit & Continue doesn't work
I use VisEmacs because the emacs keyboard scheme isn't quite as nice as emacs itself.
Xkeymacs does a really good job of this. It is possible to configure this tool for every application running on your desktop.
A quick Live search for "visual studio emacs" gave this page. I'm not sure how thorough it is though (having never used emacs myself).
You can try the Emacs keyboard scheme (Tools->Options->Environment->Keyboard)
With Settings:
Try the Emacs keyboard scheme on Environment options.
Plugins:
I have only seen this one: VisEmacs, it will integrate Emacs as the default text editor for Visual Studio.
If you're using Visual Studio Express 2008 and want the Emacs key bindings then you need to install the Visual C++ edition of VSE 2008. Initially I only installed the C# edition and there were no custom key bindings in Tools->Options->Environment->Keyboard. Once I installed the C++ edition the Emacs key bindings became available in both products.