Helpers for .net mocking frameworks as a Visual Studio 2017 extension
Support autocompletion of It.IsAny in Setup method
Support autocompletion of Arg.Any in For method
Support autocompletion of A<>.Ignored in CallTo Method
This extension relies on Roslyn for type/methods parsing.
It will not work if Visual Studio is configured to used another completion mechanism than Intellisense (e.g. R#)