After I type the following lines of code:
template< typename T >
std::pair<T
Visual Assist autocompletes the capital 'T' to the 'typename' keyword, so that I end up with:
template< typename T >
std::pair<typename,
which is obviously wrong. Is there any way to disable this? I already unchecked all sub-tick-boxes under "Enable suggestion lists", but only disabling "Enable suggestion lists" altogether makes the issue go away. I'm using Visual Studio 2019.