atom-ide-cpp icon indicating copy to clipboard operation
atom-ide-cpp copied to clipboard

Change autocomplete triggering to allow multiple tabbing

Open BenjaminSonPham opened this issue 7 years ago • 1 comments

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?

screencast-from-04-24-2018-05-24-50-am

BenjaminSonPham avatar Apr 24 '18 12:04 BenjaminSonPham

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 ???

jath03 avatar Sep 09 '18 18:09 jath03