visual-studio-2012 - 在 Visual Studio 2012 中使用 CTRL + 箭头跳过完整符号

标签 visual-studio-2012 resharper

在以前版本的 Visual Studio 中,我可以使用 CTRL + -> 和 CTRL + <- 在整个符号之间移动,即在空格之间跳转:

Pressing CTRL + <- when my cursor is:

void int GetMyInteger|();

Would result in the state:

void int |GetMyInteger();


现在,在 Visual Studio 2012 ,行为已修改为如下所示:

Pressing CTRL + <- when my cursor is:

void int GetMyInteger|();

Would result in the state:

void int GetMy|Integer();


我希望恢复旧的行为,因为导航代码更有效。有什么配置可以让我把它改回来吗?

最佳答案

在我的 Resharper 7 中,这可以通过以下方式关闭。

Resharper/选项

=> 环境/编辑器

找到“使用 CamelHumps”复选框。取消选中它

默认情况下打开的非常烦人的功能。关闭它真是一种解脱,因为我几乎用键盘进行所有代码导航。

关于visual-studio-2012 - 在 Visual Studio 2012 中使用 CTRL + 箭头跳过完整符号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13664793/

相关文章:

visual-studio-2012 - Ctrl + Dot (ShowSmartTag) 在 Visual Studio 2012 中不起作用

visual-studio-2012 - 为什么我无法打开 VS 项目

visual-studio-2012 - 在 Visual Studio 2012 中隐藏主菜单项

c# - ToList() 删除是否需要解决 "Access to Modified Closure"resharper 警告?

.net - Windows 7 和 8 中的不同 .NET 4.5?

c# - Visual Studio 2012 : Project cannot be referenced

c# - 锐化器 4.5 : How can I discard an interface and change all references to the only implementation?

c# - Format Line 实际上没有格式化。

c# - 如何设置每个程序集的 resharper 设置

resharper - Visual studio 2022/Resharper 在新行后缩进元素