'Is there any method to make visual studio auto complete std::?

Just like clion. For example, I want to use std::vector<>. In clion, I just need to input vec and Enter, Clion will autocomplete to std::vector<>. I think it is very convenient. Is there any method to achieve this effect in Visual Studio?

effect:

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source