Блог пользователя CodingBeast23

Автор CodingBeast23, история, 4 года назад, По-английски

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.

  • Проголосовать: нравится
  • -5
  • Проголосовать: не нравится

»
4 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

great if anyone can suggest...

»
4 года назад, # |
  Проголосовать: нравится +13 Проголосовать: не нравится

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

For custom autocompletion use custom snippets.