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?
|
|
|||||||
|
|
|
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 |
||
