thomasjo / atom-ide-cpp

C/C++ language support for Atom-IDE
33 stars 4 forks source link

Change autocomplete triggering to allow multiple tabbing #11

Open BenjaminSonPham opened 6 years ago

BenjaminSonPham commented 6 years ago

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

jath03 commented 6 years ago

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