vote up 1 vote down star

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?

flag

75% accept rate
1  
You know that Intellisense can also be completed by pressing the opening bracket (instead of pressing Enter or Tab), so the only thing you still have to type is the closing bracket? I hate it if closing brackets are given automatically, like in the XML editor... – OregonGhost Jun 11 at 13:50
Yes but I still have to write the final parenthesis. I hate it when I don't get my parentheses :) – anno Jun 11 at 13:58

1 Answer

vote up 1 vote down check

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

link|flag
I'm looking for a solution compatible with the express edition. – anno Jun 11 at 14:25
Since it seems that's not possible with current IntelliSense technology (what a shame), you get the accpeted answer. – anno Jun 14 at 20:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.