CSharpAnalyzers/ExceptionalReSharper

Cursor should be moved after applying catch quick fix

TheSylence opened this issue · 0 comments

Conside the following example (note that the cursor is on Foo.Throw):
image

After applying the quick fix to catch the exception:

image

The cursor keeps its original position. It would be better if the cursor would be moved into the catch block.