Visual Studio (C++) IntelliSense with parentheses - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T11:30:29Zhttp://stackoverflow.com/feeds/question/981139http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/981139/visual-studio-c-intellisense-with-parentheses1Visual Studio (C++) IntelliSense with parenthesesanno2009-06-11T13:39:50Z2009-06-11T13:56:35Z
<p>If I have a vector toto, when I write <strong>toto.s</strong> , IntelliSense gives me <strong>toto.size</strong> but I would like <strong>toto.size()</strong>. How to force IntelliSense to give me parentheses?</p>
http://stackoverflow.com/questions/981139/visual-studio-c-intellisense-with-parentheses/981169#9811691Answer by Naveen for Visual Studio (C++) IntelliSense with parenthesesNaveen2009-06-11T13:44:30Z2009-06-11T13:44:30Z<p>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: <a href="http://www.wholetomato.com/" rel="nofollow">Visual Assist</a></p>