Currently with the latest version of Roslyn CodeRush, regions are not painted correctly in a C# file when it is expanded and you have the cursor at the beginning of the #region.
This is true for both the classic and rosyln styles.
Any idea when this will get implemented so that it will behave like previous versions of CodeRush?
Hi William,
Thank you for contacting us.
If I understand you correctly, you are describing the scenario when the region painting disappears if the caret moves at the beginning of the "region" directive.
If so, this is a specially designed scenario. We hide our rendering when the caret enters its area so that it does not interfere with the text editing.
Please take a look at the video illustrating my test scenario and inform us if we do not quite understand the problem that you described.
https://www.screencast.com/t/VE9M3nbVgmtt
But that's now how it worked in previous versions - for instance, see here:
https://www.screencast.com/t/XaTfCSE4U
Hi William,
Thank you for sending us the video.
Yes, I see this difference in the behavior in comparison with CodeRish classic.
We will make the correction and inform you once the changes are ready.