Skip to content

Auto-complete shouldn't auto-invoke following a non-keyword type and should be manually invokable following a keyword type #4853

@sean-mcmanus

Description

@sean-mcmanus

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)
}

Both bugs don't repro with VS.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions