Skip to content

Add support for using vscodes rename symbol feature #560

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Markos-Th09 opened this issue Mar 26, 2022 · 2 comments · Fixed by haskell/haskell-language-server#2809
Closed

Comments

@Markos-Th09
Copy link

Is your feature request related to a problem? Please describe.
VSCode has a feature to rename a symbol. That works in all the language I use, expect haskell.

Describe the solution you'd like
As mentioned above this is available in every other language I use in vscode expect haskell. I'm really frustrated when I do refactoring of code. This makes refactoring easier because it renames the actual symbols and its references instead replacing every occurrence of the name of it

Describe alternatives you've considered
Replace can get messy when the name of the symbol is used somewhere else as a word, such as a comment.

Additional context
Refactoring in VSCode

@fendor
Copy link
Collaborator

fendor commented Mar 26, 2022

Hi, thank you for your feature request! You will be glad to hear, we are working on it: haskell/haskell-language-server#2193

@Markos-Th09
Copy link
Author

Markos-Th09 commented Mar 27, 2022

Hi, thank you for your feature request! You will be glad to hear, we are working on it: haskell/haskell-language-server#2193

Awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants