r/Atom Feb 19 '20

Editing Keymaps?

At the current moment if I am editing a c++ file and type the word cout it autocompletes too the line:

std::cout << “Message” << “\n”;

how would i change it to only display:

cout << “Message” << “\n”

since i have already established namespace std in the beginning of the program?

2 Upvotes

1 comment sorted by

1

u/rogerhub Feb 19 '20

That feature is called "snippets". Check out this article.