Search code examples
linqpadlinqpad5

How to use snippet for remark method in linqpad?


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.


Solution

  • 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