I noticed that extract method uses not native way to place extracted method body. It always in declaration section. So in 99% percents i need to apply "Move implementation to source code". When I extract code I expects that extracted method body method will be placed in the same file. This simple algorithm covers almost all cases. For sure if code extracted from class declaration method body should placed in declaration also.