Quantcast
Channel: Sublime Text C89 autocompletion - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Nipun Thennakoon for Sublime Text C89 autocompletion

This is actually a snippet which is provided by c++ package that ships with sublime (that package covers both C and C++ due to their similarities).The snippet which is responsible for the auto complete...

View Article



Answer by Ina Tsetsova for Sublime Text C89 autocompletion

You can find how to add specific auto- completion in the Sublime Text docs here - http://docs.sublimetext.info/en/latest/extensibility/completions.html. If you already have a Sublime Text package which...

View Article

Sublime Text C89 autocompletion

I'm using ST3 and code in the C89 standard.The super useful for-loop auto completion completes to:for (int i = 0; i < count; ++i){ /* code */}But this does not honor the standard. Can this behavior...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images