MoqComplete is a Resharper plugin which provide auto-completion for the Moq framework (and Moq.AutoMock)
Works with latest Resharper 2022 and Rider (non EAP)
Suggest It.IsAny()
when setting up mocked method
Suggest It.IsAny()
when using verify on mocked method
Suggest full Callback<...>
method
Suggest full Returns<...>
method
Detect suspicious Callback
Suggest existing mock.Object
Or new Mock
in constructor
Fill an object with Mock
objects (using fields or local variables)
Suggest the mock variable name
Please see the FAQ before creating an issue.