How can I add <summary> comment as soon as I create a method?
I know that when we create a method and when we type "///" then this comment will get appear.
Instead <summary> comment should get added automatically when I hit "}" to complete a method.
Is there any way to do that? Please let me know.