Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 560
Vitalii Korsakov Avatar asked May 08 '12 11:05

Vitalii Korsakov


1 Answers

After researching I found that I couldn't do that

like image 164
Vitalii Korsakov Avatar answered Nov 04 '22 14:11

Vitalii Korsakov