Visual Studio 2008:在 Emacs 和默认键绑定之间平滑切换
Visual Studio 2008 中有什么方法可以在使用 Emacs 键绑定和默认键绑定之间平滑切换吗?我很快就会进行一些结对编程,我需要 Emacs 键绑定来防止自己发疯。
Is there any way in Visual Studio 2008 to smoothly switch between using Emacs keybindings and the default ones? I will soon be doing some pair programming and I need my Emacs keybindings to keep myself from going insane.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
创建一个新的 VS 宏并添加以下代码:
然后,您可以为此宏指定键盘快捷键 更快速、更轻松地在
Emacs
和'Default'
键盘方案之间切换。(注意:这适用于 VS 2005,尚未在 VS 2008 中进行测试,但它应该也适用。它也适用于 VS 2010 和 已安装 Emacs 模拟扩展。)
Create a new VS macro and add this code :
You can then assign a keyboard shortcut to this macro to more quickly and easily toggle between
Emacs
and'Default'
keyboard scheme.(Note: This works in VS 2005 and have not tested in VS 2008 but it should work too. It also works in VS 2010 with the Emacs emulation extension installed.)
VisEmacs 允许您在 Visual Studio 中使用 Emacs 编辑文件。因此您根本不必切换键绑定!有关 VisEmacs 的一些更有用的信息位于此处。
VisEmacs lets you edit files using Emacs, from within Visual Studio. So you don't have to switch keybindings at all! Some more useful information on VisEmacs is here.