在 Visual Studio 2008 中移动字符串到下一个大写字符

发布于 2024-08-15 10:03:25 字数 338 浏览 11 评论 0原文

当我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

随遇而安 2024-08-22 10:03:25

CodeRush 可以做到这一点。

CodeRush can do this.

迟月 2024-08-22 10:03:25

Resharper 也可以使用 CamelHumps 功能来做到这一点

Resharper can do it as well, using a feature called CamelHumps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文