如何在 Visual Studio Express 中的函数名称中的单词之间移动? 例如: public void moveCursonBetweenTheseCapitalizedWords() { }

发布于 2024-07-24 10:37:34 字数 159 浏览 3 评论 0原文

就像在 Eclipse 中一样,当我们说 Ctrl + 左/右箭头时,光标会在方法中大写的单词之间移动。 我想在 Visual Studio Express 中做同样的事情。 是否可以?

目前,当我说 Ctrl + 向左/向右时,光标会移动到末尾,将整个函数名称视为单个单词。

Like in Eclipse, when we say Ctrl + Left/Right arrow, the cursor moves between the words in a method when they are capitalized. I would like to do the same in visual studio express. Is it possible?

currently when I say Ctrl + Left/Right, the cursor moves to the end considering the whole function name as a single word.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

北方。的韩爷 2024-07-31 10:37:34

优秀的 VS 插件 ReSharper 具有此功能,并将其称为 CamelHumps。 我不相信它在普通的 Visual Studio 中可用。

编辑 正如下面 Simeon Pilgrim 所指出的,我的问题阅读失败,抱歉 - Express 不支持插件 :(

The excellent ReSharper add-in for VS has this feature and calls it CamelHumps. I don't believe it's available in plain Visual Studio.

edit As noted by Simeon Pilgrim below, question reading failure on my part, sorry- Express doesn't support add-ins :(

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