Can I create project specific code snippets?

In visual studio 2010, is there a way to make fragments specific for a single project or solution? I am interested in doing this so that I can use them to support my architectural decisions (i.e. Create a POCO that implements a specific interface in the established order).

+8
visual-studio-2010 code-snippets
source share
1 answer

Even in VS 2013 this is not possible. Snippets are global in Visual Studio.

+3
source share

All Articles