Is there any feature to move a definition from header to corresponding source file or vice versa? #11188
|
Rationale: One can cut and paste, but it's not always that simple. Ex. class member functions need to add If there's currently no such feature, I'll consider raising a feature request. This was raised as a question on Stack Overflow somewhat recently. |
Answered by
sean-mcmanus
Jul 13, 2023
Replies: 1 comment
|
VS 2022 has this feature (Move Definition): We're currently working on the Extract Function refactoring instead #1162 , but Move Definition could potential be added to VS Code in the future (the work on Extract Function could make the Move Definition work faster to do). |
0 replies
Answer selected by
starball5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

VS 2022 has this feature (Move Definition):
We're currently working on the Extract Function refactoring instead #1162 , but Move Definition could potential be added to VS Code in the future (the work on Extract Function could make the Move Definition work faster to do).