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. |
Beta Was this translation helpful? Give feedback.
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). |
Beta Was this translation helpful? Give feedback.
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).