-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Move files with intellisense #18085
Comments
May I know what kind of project are you using (Javascript, typescript.. ?).. I think renaming a file functionality is done by extension.. can you please also let us know if you have any such extensions. Thanks. |
I'm working with typescript 2.1.4. |
@sir-marc I wonder why renaming of files behavior is not in built. I do not see any associated files opens during file rename. Reason I am asking was we do not support this and if it is coming from an Extension you need to ask the extension author about the functionality. |
Renaming files works fine. |
@sir-marc As I said, we do not support renaming of files by opening all referencing files and changing import statement is not in built behavior. Can you please open |
strange, this works for me just fine. Anyway: my extensions: |
oh I think i had something wrong in my mind. It's obviously not working. Stupid me. |
it's not an issue, it's a enhancement request :) |
Steps to Reproduce:
Is there a way of moving files without having to update dozens of files afterwards manually?
If i rename a file, the editor opens all files linked to that file with a proposed change. Is this possible for moving files, too? microsoft/vscode-tips-and-tricks#34
The text was updated successfully, but these errors were encountered: