Skip to content
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

Rename support #492

Closed
angelozerr opened this issue Dec 15, 2021 · 0 comments · Fixed by #577
Closed

Rename support #492

angelozerr opened this issue Dec 15, 2021 · 0 comments · Fixed by #577
Assignees
Milestone

Comments

@angelozerr
Copy link
Contributor

Today we have linked editing range support to rename an alias:
QuteLinkedEditingRangeDemo

but it should be nice to provide this same feature with Rename (F2):

  • it will support another LSP client which doesn't support linked edting range.
  • it will support rename on referenced object which are declared outside the Qute template where rename is processed.

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.

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

Successfully merging a pull request may close this issue.

3 participants