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?
+1
A:
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
Naveen
2009-06-11 13:44:30
I'm looking for a solution compatible with the express edition.
anno
2009-06-11 14:25:30
Since it seems that's not possible with current IntelliSense technology (what a shame), you get the accpeted answer.
anno
2009-06-14 20:31:58