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

Add basic support for renaming refactoring #1923

Open
DavyLandman opened this issue Mar 4, 2024 · 0 comments
Open

Add basic support for renaming refactoring #1923

DavyLandman opened this issue Mar 4, 2024 · 0 comments
Assignees

Comments

@DavyLandman
Copy link
Member

DavyLandman commented Mar 4, 2024

Related to usethesource/rascal-language-servers#48 but now using the new TextEdit feature of rascal standard library.

Some questions:

  • Are there any guarantees about the location of the name to be renamed (e.g. is it positioned on the complete name or not?)
  • The only full proof way to do this is: fetch (or recompute) all TModels of all modules in the current project and in the given other projects. This will be very expensive!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants