visuald icon indicating copy to clipboard operation
visuald copied to clipboard

No Edits while Resharper Extension is active

Open dlangBugzillaToGithub opened this issue 8 years ago • 1 comments

arbmind reported this on 2017-06-25T14:12:27Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=17550

CC List

  • r.sagitario

Description

I installed VisualD with Visual Studio 2017 Community Edition. I tried first the latest 0.44.2 realease and the 0.45-beta1. But the Editor does not allow me to edit any files.

When I disable the Jetbrain's Resharper Plugin it allows edits again.

I could not find any indication of this conflict. So I want to bring this to your attention here. Even though it might be the fault of Jetbrain Resharper.

For the programmers like me, that have both installed it's a very frustrating experience.

Maybe you can inspect the issue. I know that Jetbrains offers free licenses for open source developers. If you care enough to debug the issue.

I created a bug ticket for Resharper as well. https://youtrack.jetbrains.com/issue/RSRP-465204

dlangBugzillaToGithub avatar Jun 25 '17 14:06 dlangBugzillaToGithub

r.sagitario commented on 2017-07-05T20:12:05Z

I have tried it with the trial version of ReSharper, but that does not expose the described problem. Is this happening on any file or just on D files? Could this be caused by one of the thousands options of ReSharper?

dlangBugzillaToGithub avatar Jul 05 '17 20:07 dlangBugzillaToGithub

According to Claude AI: "ReSharper may mark .d files as read-only to prevent accidental modifications. These files are typically generated by the compiler and should not be edited manually. If you encounter issues with ReSharper treating .d files as read-only, you can adjust the settings to exclude these files from being treated as read-only.

To resolve the issue, you can disable the read-only attribute for these files or adjust ReSharper's settings to exclude them from certain refactorings or operations. One approach is to configure ReSharper to ignore generated code, which includes .d files. You can do this by going to the ReSharper options and managing the scope of code cleanup actions to exclude generated files."

So not a Visual D issue.

rainers avatar Mar 22 '25 08:03 rainers