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? 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
Today we have linked editing range support to rename an alias:
but it should be nice to provide this same feature with Rename (F2):
Rename (F2)
To provide this support, I suggest that we create a QuteRename class by copying/pasting https://github.com/redhat-developer/quarkus-ls/blob/master/qute.ls/com.redhat.qute.ls/src/main/java/com/redhat/qute/services/QuteLinkedEditing.java and adapt it with rename.
QuteRename
The text was updated successfully, but these errors were encountered:
AlexXuChen
Successfully merging a pull request may close this issue.
Today we have linked editing range support to rename an alias:
![QuteLinkedEditingRangeDemo](https://user-images.githubusercontent.com/1932211/146143197-b3e92eff-c1dd-4baa-9bc1-e70f43756246.gif)
but it should be nice to provide this same feature with
Rename (F2)
:To provide this support, I suggest that we create a
QuteRename
class by copying/pasting https://github.com/redhat-developer/quarkus-ls/blob/master/qute.ls/com.redhat.qute.ls/src/main/java/com/redhat/qute/services/QuteLinkedEditing.java and adapt it with rename.The text was updated successfully, but these errors were encountered: