Hi:
I am new to ST3. Is there a guide for beginners like me to set up sublime for C development. I have installed two plugins so far, CLang Format and EasyClangComplete. But when I tried to write a simple code, like start with #include statement, I do not see any autocomplete information about various include file options such as stdio.h etc. It appears that the default is C++ rather than C. I am new student to Computer Science, not an expert. Looking for guides to set up sublime on ubuntu, like eclipse IDE on my windows pc.
I also looked at some documentation on build system, but have no idea how to set it up for c. In class, we do not use cmake, we use Makefile, so not sure how to use the documentation online.
Thanks for any help in pointing me to guides or tutorials for setting up sublime text 3 on linux for C code development. My google search on the topic generated quite a few guides, a very good one on tutorialpoint, but it was for python. https://www.tutorialspoint.com/sublime_text/index.htm