Open
Description
Repro is with
class MyClassA
{
public:
void SameFunctionName() {}
};
class MyClassB
{
public:
void SameFunctionName(); // The Create Definition code action should be available here, works in 1.24.5 (regression starting with 1.25.3).
};
This was reported and fixed in the VS shared implementation.
Metadata
Metadata
Assignees
Type
Projects
Status
Pull Request