I can simply insert code snippet for the Console.WriteLine(); by just using the cw
with Tab + Tab. But I’m not able to find the same option for the Debug.WriteLine();.
I want to know how can we customize the code snippet template in Visual Studio for Windows Phone?
In Visual Studio 2010 (and assuming other versions as well), there is not a snippet for
Debug.WriteLine(). In that case, you’ll need to create a custom snippet. Fortunately, it isn’t that hard with the available resources:If you’re using ReSharper, then Code Templates and specifically Live Templates are a quick and easy option.