I had using sublime text for contests. But when I use syntax like vector,map it autosuggest like std::vector like older C++ versions. I want to use it with C++ versions like C++14 or C++17 for simplicity.
How to do that ? Also I want to have quick syntax suggestions with this How to do that ?
Waiting for help ....
Thank You.
great if anyone can suggest...
Look at this(No. 3)
std::vector
is not old C++, it is just way to type withoutusing namespace std
.For custom autocompletion use custom snippets.