Resharper和ViEmu键绑定(和Visual Assist) [英] Resharper and ViEmu Keybindings ( and Visual Assist )

查看:219
本文介绍了Resharper和ViEmu键绑定(和Visual Assist)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用ViEmu,您确实需要取消很多重新共享键的绑定,以使其正常工作.

With ViEmu you really need to unbind a lot of resharpers keybindings to make it work well.

在使用ViEmu时,是否有人认为它们是一套很好的键绑定,可以很好地用于共享工具?

Does anyone have what they think is a good set of keybindings that work well for resharper when using ViEmu?

目前我正在使用Resharper的Visual Studio绑定进行操作.用ViEmu烘烤所有冲突的对象,然后通过菜单修饰符(菜单项的Alt-R键盘快捷键)驱动其余的对象.我也对Visual Assist快捷方式(适用于C ++)进行了同样的操作

What I'm doing at the moment using the Visual Studio bindings from Resharper. Toasting all the conflicting ones with ViEmu, and then just driving the rest through the menu modifiers ( Alt-R keyboard shortcut for the menu item ). I also do the same with Visual Assist shortcuts ( for C++ )

如果有人对ViEmu/Resharper或Visual Assist的协作有任何技巧,我会非常感激!

if anyones got any tips and tricks for ViEmu / Resharper or Visual Assist working together well I'd most apprciate it!

推荐答案

您还可以在ViEmu中创建映射,该映射将调用VS和R#操作.例如,我在_viemurc文件中包含以下行,用于注释和取消注释选择:

You can also create mappings in ViEmu that will call the VS and R# actions. For example, I have these lines in my _viemurc file for commenting and uncommenting a selection:

map <C-S-c> gS:vsc Edit.CommentSelection<CR>
map <C-A-c> gS:vsc Edit.UncommentSelection<CR>

:vsc用于"Visual Studio命令",然后输入命令的确切文本,如进入工具">选项">键盘"时在命令列表中所显示的一样

The :vsc is for "visual studio command," and then you enter the exact text of the command, as it appears in the commands list when you go to Tool>Options>Keyboard

我不以这种方式使用任何R#,但它确实可以正常工作,例如:

I don't use any of the R# ones in this way, but it does work, as with:

map <C-S-A-f> gS:vsc ReSharper.FindUsages<CR>

这篇关于Resharper和ViEmu键绑定(和Visual Assist)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆