-
Notifications
You must be signed in to change notification settings - Fork 818
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 symbol should allow optional rename of file #41
Comments
Agree. Besides having this in the protocol we need to have support in the vscode API as well. I opened microsoft/vscode#10659 |
Any news for this? I guess the majority of programming languages have such constraints on the filename (java, python, rust, ...), and proper renaming cannot be implemented without file renaming support. |
Dealing w/ moved/deleted files is not only useful for rename but might be useful for more refactorings. Fixing #272 which is on WorkspaceEdit in general would fix this one. |
Closing in favor of #272 |
Some languages require the file name to match the name of the class, interface, or other symbol that the file contains. Renaming a symbol should optionally allow its file to be renamed too.
The text was updated successfully, but these errors were encountered: