We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed0368 commit 1aacb7aCopy full SHA for 1aacb7a
README.md
@@ -0,0 +1,14 @@
1
+[](https://ci.appveyor.com/project/MrLuje/mocking-helpers)
3
+
4
+# Mocking.Helpers
5
+Helpers for .net mocking frameworks as a Visual Studio 2017 extension
6
7
+## Moq
8
+Support autocompletion of _Setup_ method
9
10
11
12
+## Troubleshooting
13
+This extension relies on [Roslyn](https://github.com/dotnet/roslyn) for type/methods parsing.
14
+It will not work if Visual Studio is configured to used another completion mechanism than Intellisense (eg: R#)
0 commit comments