Visual Studio (C++) IntelliSense 带括号

发布于 2024-07-24 16:07:44 字数 155 浏览 2 评论 0原文

如果我有一个向量 toto,当我写 toto.s 时,IntelliSense 会给我 toto.size 但我想要 toto.size() 。 如何强制 IntelliSense 给我括号?

If I have a vector toto, when I write toto.s , IntelliSense gives me toto.size but I would like toto.size(). How to force IntelliSense to give me parentheses?

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

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

发布评论

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

评论(1

倾听心声的旋律 2024-07-31 16:07:44

我认为使用视觉工作室的智能感知这是不可能的。 不过,请查看这个非常好的第三方工具,它可以做到这一点:Visual Assist

I don't think that is possible using the visual studio's intellisense. However check out this very good third party tool which can do that: Visual Assist

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