Refactoring does not update reference to file after renaming package
See original GitHub issueSimilar to https://github.com/vsch/idea-multimarkdown/issues/656
-README.md (containing a link to infoA.md)
-packageA
--infoA.md
Rename packageA
Result: Reference in README.md
is not updated
2.7.0.40
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
Java Class move refactoring does not change references to ...
If a single Java file is moved then no file references to the Java file will be updated causing broken links.
Read more >Android Studio 3.6.3 refactor->rename file does not update ...
When renaming file within Android Studio links in the markdown file are not updated (link is invalid because it point to file with...
Read more >After Renaming Package Name in android studio Launching ...
Use Ctrl+Shift+F to find and replace any references to your old package name that were missed by the refactor tool. Fix any remaining...
Read more >14607 – Refactor: rename isn't updating references - Bugs
For some reason, my installation of Eclipse is not updating any references when I rename anything, from package names down to methods.
Read more >Rename refactoring does not work in files included in Shared ...
InvalidOperationException : Cannot find one of the files targeted for refactoring. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@igorwojda, found a use-case for refactoring packages which does not update links to directories.
abc
toabc.xyz
would not refactor links forabc/def
toabc/xyz/def
.EAP update with a fix for the issue is available.
Installing EAP Plugin Version
@igorwojda, thank you.
Only users who bother to report issues get to find this out. There is a whole slew of “users” who think bitching and giving low star rating on the plugin page is their best plan of action, without ever reporting an issue or contacting me via e-mail to see if it a plugin issue or something else.
When an issue is reported, to me it is a signal that someone is using the feature and that its failure is serious enough for them to take the time to report it. Usually, this is all the motivation I need to fix it.
I appreciate all bug reports and suggestions. In almost every case the result is a better plugin, with functionality I find indispensable after I implement it and wishing I had implemented it earlier.