Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top