atom-ide-cpp
atom-ide-cpp copied to clipboard
Change autocomplete triggering to allow multiple tabbing
whenever I finished a line, and want to format the comments with tabbing, the autocomplete triggers and adds random words like "extern" into the code.
I feel like triggers such as space, tab and ";" are unnecessary for code completion. is there any way to turn this off?

I agree, the autocomplete is too aggressive. It suggests crazy things like __ATOMIC_RELEASE and __cpp_binary_literals when there is an obvious variable that I'm trying to use. I define a function add and when I type ad and press tab it autocompletes to thread_local ???