I am just curious if it is possible to write some logic inside a .snippet file or is there any work around to do something like that?
For example: Read an xml file and based on that generate the snippet.
Thanks in advance, Kasun
You probably need to move to a Visual Studio Add-in for this. (if you are using VS 2010 or lower, you could use a macro, but macros are not supported by VS 2012, so prefer an add in).