Hi everyone ! So i’m new to Sublime and try to figure out how to include header files into cpp files so the autocompletion can suggests all the classes and function etc from that file.
so if i write this in my source.cpp
#include “myInclude.h”
if i start to type i expect the autocomplete shows suggestions from myInclude.h file. But it shows nothing… Is there a way to do this ?
(All my files are in the same folder and saved as a project and still doesn’t work)
Regards