2

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.

Wei Lin
  • 3,591
  • 2
  • 20
  • 52

1 Answers1

1

JoeAlbahari's answer :

This feature is available in LINQPad 6, but not LINQPad 5. Note that it generates a simplified XML comment, i.e.:

///

from : How to use snippet for remark method in linqpad? — LINQPad

Wei Lin
  • 3,591
  • 2
  • 20
  • 52