Visual Studio (C++) IntelliSense with parentheses - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T11:30:29Z http://stackoverflow.com/feeds/question/981139 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/981139/visual-studio-c-intellisense-with-parentheses 1 Visual Studio (C++) IntelliSense with parentheses anno 2009-06-11T13:39:50Z 2009-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#981169 1 Answer by Naveen for Visual Studio (C++) IntelliSense with parentheses Naveen 2009-06-11T13:44:30Z 2009-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>