Skip to content

Commit

Permalink
Update README.md to add fill with mock context action
Browse files Browse the repository at this point in the history
  • Loading branch information
lconstan committed Jul 5, 2019
1 parent 68d81ef commit e3856ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using JetBrains.ReSharper.Psi;
using JetBrains.ReSharper.Psi.CSharp;

namespace MoqComplete.CompletionProvider
namespace Abc.MoqComplete.CompletionProvider
{
[Language(typeof(CSharpLanguage))]
public sealed class SlowPriorityAdjuster : ISlowCodeCompletionItemsProvider
Expand Down
Binary file added Media/fillWithMock.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Or new `Mock` in constructor

![](Media/MockProposalCompletion.gif)

### Fill with Mock
Fill an object with 'Mock' objects
![](Media/fillWithMock.gif)

## About
Inspired by AgentZorge, which is deprecated

0 comments on commit e3856ad

Please sign in to comment.