-
Notifications
You must be signed in to change notification settings - Fork 826
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 support for handling moved files #191
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
Comments
Yes, it makes sense to provide a move refactoring request. |
We're gonna need that feature for Java support (eclipse-jdtls/eclipse.jdt.ls#363). Any way to prioritize this? cc @aeschli @akaroml @tsmaeder |
The best way to speed this up is to provide a PR. But this needs to happen in the protocol, the node libraries and very likely in VS Code as well. |
Closing in favor of #272 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
When a file is moved or renamed many languages would need to update import paths and maybe even symbol names.
I can't see a good way to handle that with the current API, would it be possible to add a request for that?
The text was updated successfully, but these errors were encountered: