Hello,
I m writting code on C++ and i installed some packages for C++ programming such as completion, C++ starting kit, snippets … But i realised that some completion didn’t work such as std:: … or i-vector .
Then I check in the configuration of the completion package and i realise i get the completion from
“scope”: “source.c” instead of the one from “scope”: “source.cpp, source.c++” so i suppose ST treat my files as C ones instead of C++ ones
I tried to add “source.hpp” in file with c++ completion and to delete the other one without any effect
Is their a setting somewhere which allow to precise ST3 whick kind of file it is ?