e.g,in visual studio i can type ///
on top of method then system will generate
/// <summary>
///
/// </summary>
/// <param name="xxx"></param>
/// <returns></returns>
But it's not work for LINQPad. How to use snippet for remark method in linqpad ?
I've tried to search LINQPad Keyboard and Mouse Shortcuts
but not answer.