Kod Exe
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Created "Use var" fix fails when implicit cast operator exists
Let's say I have this type:class MyType { public static implicit operator MySubType(MyType myType);}And this code:MySubType mySubType = MyType;In this case, there is a "use var" fix for MySubType, ... -
Created Shift-Alt-PgDn (next error in solution) doesn't work
Shift-Alt-PgDn (next error in solution) doesn't work - it just says "no errors found in file". But there are many errors in the "error list". -
Created Feature request: Generate extension method stubs
ReSharper is superb for Test-Driven Development, with the code-first approach and tools for generating code. However, it's not possible to generate code for extension methods. Usually I will type t...