Create Declaration / Definition incorrectly adds the definition into a namespace it doesn't belong to #10464
Labels
bug
Feature: Create Declaration or Definition
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
Works in VS
So we'd need to fix it for VS Code to reach parity.
Milestone
test.cpp
test.h
Bug: It adds the foo() definition to the namespace block that it doesn't belong to (IntelliSense squiggles). The bug doesn't repro in VS -- the definition is correctly placed after the namespace block.
The text was updated successfully, but these errors were encountered: