You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
vscode is the most used editor by golang survey and currently it lacks the refactoring feature.
Describe the solution you'd like
When a variable, function or any identifier is selected there should be an option to refactor the variable, the result should be that all the references to this identifier in the current context is refactored
When a piece of code is selected there should be an option to extract it as a function
Describe alternatives you've considered vim-go is an alternative editor plugin that has this functionality.
Additional context
This issue was tracked in microsoft vscode repo, the issue is microsoft/vscode-go#1173
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
vscode is the most used editor by golang survey and currently it lacks the refactoring feature.
Describe the solution you'd like
Describe alternatives you've considered
vim-go
is an alternative editor plugin that has this functionality.Additional context
This issue was tracked in microsoft vscode repo, the issue is microsoft/vscode-go#1173
The text was updated successfully, but these errors were encountered: