在 Visual Studio 2008 中移动字符串到下一个大写字符
当我在 xCode 中工作时,我可以使用 Command-LeftArrow 和 Command-RightArrow 移动到源代码中的下一个分词符或大写字符,这在重命名变量名称等时非常方便,
例如,如果我有“rightAudioFile”我的光标位于单词的开头,我可以按 Command-Shift-RightArrow 并选择/突出显示字符串的“右侧”部分,然后我可以重命名/剪切/复制/粘贴该位。
在 Visual Studio 中,我可以使用 ctrl-左箭头和右箭头在单词边界之间移动,这仍然非常方便(您也可以在堆栈溢出编辑器中执行此操作),但我想要两组功能。
我有什么想法可以在 VS2008 中进行设置吗?
When I'm working in xCode I can use the Command-LeftArrow and Command-RightArrow to move to the next word break or upper case character in the source code this is really handy when renaming variable names etc,
e.g. If I have "rightAudioFile" and my cursor is at the start of the word I can press Command-Shift-RightArrow and select/highlight just the "right" part of the string then I could rename/cut/copy/paste just that bit.
In visual studio I can use ctrl-Left and Right arrow to move between word boundaries, which is still very handy (you can do it in the stack overflow editor too) but I would like both sets of functionality.
Any ideas how I can set this up in VS2008?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
CodeRush 可以做到这一点。
CodeRush can do this.
Resharper 也可以使用 CamelHumps 功能来做到这一点
Resharper can do it as well, using a feature called CamelHumps