Create declaration/definition does not select the correct range of new inserted text #10160
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
quick fix
Milestone
Sample code:
header file
source file
Repro steps:
myFunction()
.Result: definition of
myFunction()
is created in file other.cpp. Extension navigates to file other.cpp but does not select and put cursor on the newly created definition ofmyFunction()
.Expected result: when navigating to the newly created definition or declaration, extension should select the newly inserted text.
The text was updated successfully, but these errors were encountered: