Using VS Code Snippets with Resharper
I am trying to use Code Contract's Code Snippets but since I turned Resharper back on it doesn't recognize them. On the other hand, it is recognizing some snippets I've implemented myself in the past.
Any ideia of what might be the problem? I'm specifically trying to use cr
and ce
, which I think, don't collide with any other snippets (at least from what I see in the intellisense).
I'm using R# 5 with VS 2010
Thanks
Press CTRL+J then type your snippet shortcut... this is mentioned here on the Resharper site
This answer demonstrates another work around.
Right-clicking in your code editor and selecting "Insert Snippet"
CTRL+K,X
This is what I am using to use mvvmlight snippets.