Aashish Bharadwaj
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created ReSharper gets confused about line breaks in HTML
Sometimes I will type “<br>” and it will insert “<br />” and other times it will insert “<br/>”. The second one is correct according to my formatting settings, but it isn't consistent and will rand... -
Created When undo and redo in JavaScript, it completely screws up the text
See attached screenshot. The more I undo and redo, the more everything gets completely messed up. I know this isn't Visual Studio's fault. Horrible, horrible bug, please fix. -
Created ReSharper doesn't modify .editorconfig when requested
I use an editorconfig file to manage code style. When I edit the editorconfig rules inside ReSharper and click "Save", it doesn't actually make any of the changes I request: -
Edited ReSharper spacing and typing bug
AnsweredAfter the latest ReSharper update, there are all sorts of text display and typing bugs. As you can see in the screenshot below, the way spaces display is highly inconsistent (there is only one spac... -
Created Automatically adding #region and #endregion to usings
After I messed with some ReSharper settings (C#), it started adding "#region" and "#endregion" surrounding the using directives whenever I run a full Code Cleanup. Does anyone know what setting in ...