'Force Visual Studio to insert interface implementation code at the bottom

I am wondering if there is any way to force visual studio to insert the auto-generated code at the bottom instead of "intelligently" inserting each method body into the existing code in alphabetical order? It just gets a little annoying when I have to find every single method.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source