.netvisual-studio-2010stubs

How to make vs2010 auto generate method stubs at the end of file


I try to auto generate method stub using visual studio's View.ShowSmartTag functionality enter image description here

When I choose this option, Method8 will be placed right after Method2 but I want to place it after all methods, Method7 in this case.
Is there any settings for this?


Solution

  • After researching I found that I couldn't do that