Stuart Stein
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Edited Resharper - Encapsulate Field always has Write usages
Resharper used to allow me to Encapsulate a field in a C# class and have it have be a Read Only field (i.e a getter only), however something has changed recently and it always has Write usages now ... -
Created Different syntax highlighting based on the code
Is their anyway to add to the Resharper Fonts and Colours in Visual Studio?e.g. there is Resharper Todo Item Normal that highlights things in blue. Can we add to this?I thought we could via adding ... -
Created Resharper "in" parameters seems to break overload resolution?
I'm seeing red squigglies on code where resharper apparently cant disambiguate method overloads, but I think it's only when using "in" parameters. e.g. This is fine: However, making the paramete... -
Created Resharper not recognising C#7.3 System.Enum generic constraint
e.g. Will C# 7.3 support be coming soon(ish)? It has a few nice features that I'd like to be able to start using without squigglies... -
Created Tab seems completely broken
I had a previous issue where Tab was triggering insert via TAB. This was resolved after clearing the cache, but it's started happening again. Except it's even worse now. e.g. I type BitConverter,... -
Created I've lost the ability to use code snippets
After updating to VS2017 Enterprise latest version, I can't use code snippets. I type a snippet mvvmprop and hit tab No code is inserted and i see at the bottom it is doing `replace with tab` com... -
Created Lots of false negatives in VS2017 solution
Resharper says this property can be made private, despite it being used: Resharper says these enum elements are never used, despite them being used: Resharper says this class is never instantia...