- Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Closed
Copy link
Labels
Feature: Create Declaration or DefinitionLanguage ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.regressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release
Milestone
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
Labels
Feature: Create Declaration or DefinitionLanguage ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.regressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release
Type
Projects
Status
Done