Too aggressive auto-complete

I noticed that when I try to code in C/C++ the auto-complete functionality is way too aggressive.

For instance if I define a variable named mu_n0 and then try to type 0.1 anywhere else in the document it gets auto-completed to mu_n0.1 which is obviously wrong. I like having interactive completion suggestions and auto-completing parenthesis though.

Is there a way to just turn off the annoying auto-completion for typing the member operators . and ->?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.