We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In particular, for symbols with an ' in their name.
'
If I try to rename someSymbol', it will
someSymbol'
someSymbol
Using ' is not uncommon in Haskell.
The text was updated successfully, but these errors were encountered:
Related to #283 .
Sorry, something went wrong.
Not our responsibility, feature of Haskell Language Server. However, issue is likely still relevant, but there are a number of issues in the main repo, see https://github.com/haskell/haskell-language-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22component%3A+hls-rename-plugin%22+
No branches or pull requests
In particular, for symbols with an
'
in their name.If I try to rename
someSymbol'
, it will'
, excluding it,someSymbol
in the source, it will be changed as well.Using
'
is not uncommon in Haskell.The text was updated successfully, but these errors were encountered: