CodingBeast23's blog

By CodingBeast23, history, 4 years ago, In English

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.

  • Vote: I like it
  • -5
  • Vote: I do not like it

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

great if anyone can suggest...

»
4 years ago, # |
  Vote: I like it +13 Vote: I do not like it

std::vector is not old C++, it is just way to type without using namespace std.

For custom autocompletion use custom snippets.