views:

35

answers:

1

ive started exporting some of my frequently used blocks of code to custom snippets is there a way to get these to show up in intellisense and not have to use the snippet browser from the context menu or snippet manager at first i thought this was connect to resharper but they still dont come up when i disable the resharper intellisense

it would be nice to be able to just use the snippet shortcut instead of using the browser

+3  A: 

You need to set the ShortCut property like <Shortcut>slpropdp</Shortcut>. The best way to learn editing this, just check any of the already existing codesnippets. By, going to Tools -> Code snippet manager. Select any code snippet, the location of the code snippet will be available at the top location bar

Avatar
thanks worked like a charm
Chris McGrath