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

Fix asset updating for ReSharper #2169

Merged
merged 7 commits into from
Sep 19, 2021
Merged

Conversation

citizenmatt
Copy link
Member

This PR fixes a few issues with asset handling in ReSharper:

  • Improve handling of external file system changes to assets, e.g. if editing in an app that saves to a temporary file and then renames or moves the copy over the original.
  • Fix updating of asset caches if an asset file is open in VS without an associated IProjectFile.
  • Try to improve grouping of Find Usages results for assets in ReSharper. This grouping requires an IProjectFile, so provide one when possible. This needs a better fix in the platform. See RSCPP-21079
  • Fix rename of asset usages after editing a name and then using Alt+Enter to "Apply rename refactoring"

@citizenmatt citizenmatt added this to the Rider 2021.3 milestone Sep 13, 2021
@citizenmatt citizenmatt self-assigned this Sep 13, 2021
@citizenmatt citizenmatt merged commit c9f17c5 into net213 Sep 19, 2021
@citizenmatt citizenmatt deleted the net213-mte-resharper-asset-fixes branch September 19, 2021 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants