视觉辅助插入额外的空格?

发布于 2024-08-31 02:46:58 字数 279 浏览 4 评论 0原文

我正在 VS2010 Pro 上使用 Visual Assist X 试用版。

当我提取方法或修改方法签名重构时,它给了我这个:

void Solver::Work( Stack &s, Board &b )

但是,如果它给了我这个,我将非常感激:

void Solver::Work(Stack &s, Board &b)

没有额外的空格。有办法设置这个吗?

I'm using Visual Assist X trial on VS2010 Pro.

When I do extract method or modify method signature refactorings it gives me this:

void Solver::Work( Stack &s, Board &b )

However I would really appreciate if it gave me this:

void Solver::Work(Stack &s, Board &b)

No extra spaces. Is there a way to set this?

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

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

发布评论

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

评论(1

孤单情人 2024-09-07 02:46:58

间距在标题以“Refactor”开头的 VA Snippets 中定义 - 请参阅 VA 文档。 Whole Tomato 支持论坛此处和< a href="http://www.wholetomato.com/forum/topic.asp?TOPIC_ID=8061" rel="nofollow noreferrer">此处。

The spacing is defined in the VA Snippets whose titles start with "Refactor" - see "Editing VA Snippets" in the VA documentation. Similar questions have been raised on the Whole Tomato support forum here and here.

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