Extract Method Code Action #26080
arrrrny
started this conversation in
Ideas From VSCode
Replies: 1 comment
-
|
Jetbrains IDEs also have extract variable and extract constant refactorings. While not as important as extracting functions, they would also be nice to have, so putting it out there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Check for existing issues
Describe the feature
One of the features I used to use very often was Extract Method code action. When I see a duplication of Code in a few places, I simply highlight the code and click 'Extract Method' code action and now I have a reusable internal method. I used this a lot on my vsc days. This is great for 'refactoring'
If applicable, add mockups / screenshots to help present your vision of the feature
Beta Was this translation helpful? Give feedback.
All reactions