Don't resolve typedefs in Visual Studio 2022 tooltips

116 views Asked by At

My program includes OpenCV headers. As a result, Visual Studio resolves a simple std::vector<int> as this:

enter image description here

How can I force Visual Studio to ignore typedefs when detecting the type of a variable?

0

There are 0 answers