You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported at #4852 . It's a known issue since auto-complete was released so this may be duplicate of another issue.
class foo;
int func()
{
foo f; // bug#1 shouldn't popup autocomplete
int i; // doesn't popup autocomplete, but it should be manually triggerable (bug#2)
}