Hello,
I’m a pretty novice coder but I’ve been using sublime-text. I’ve tested Atom and sublime-text seems to be better than it in pretty much everything but one thing: Atom’s auto-complete is pretty good, imo.
For example, in Sublime, the “cout” autocomplete gives:
“std::cout”
It atom it completes to:
“std::cout << “/* message */” << std::endl;”
Perhaps to an advance coder this is nit-picking but I like the way Atom manages it. So, is there an easy way to have atom’s C++ auto-complete in sublime text?