Skip to content

Squiggles can appear incorrectly after a multi-line edit (find/replace, rename, etc.) #4351

@sean-mcmanus

Description

@sean-mcmanus

Repro: change method to method2:

class myClass {
public:
	void method(){}
};

void myClass::method(){}

void func()
{
	myClass mc = myClass();
	mc.method();
}

Bug: Squiggles appear (until the cursor position is changed).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.quick fix

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions