yasuyuky / autocomplete-clang

https://atom.io/packages/autocomplete-clang
MIT License
112 stars 35 forks source link

Is it possible to remove the namespace autocompletion? #189

Closed byteshaman closed 4 years ago

byteshaman commented 4 years ago

I'm really liking this package so far, but if I type cout it transforms it into: "std::cout << "/ message /" << '\n';"

Is there a way to make this not happen if the namespace std is already defined? For now, my solution is to find all std:: and replace them with space. Sorry if it's a silly question, but I couldn't find anything in package settings.

Xelbayria commented 2 years ago

Did you figure it out? If yes, please share it here. I would like to know. Thanks