views:

357

answers:

1

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
I'm looking for a solution compatible with the express edition.
anno
Since it seems that's not possible with current IntelliSense technology (what a shame), you get the accpeted answer.
anno