If I drag this method in FileStructure to another place, the surrounding #if is not dragged too, which actually changes the code's semantics.
Even if there were several methods within the #if, dragging one away should result in generating a new #if region at the destination location.
Description
I have a method like
#if TESTS
internal void Blah() {...}
#endif
If I drag this method in FileStructure to another place, the surrounding #if is not dragged too, which actually changes the code's semantics.
Even if there were several methods within the #if, dragging one away should result in generating a new #if region at the destination location.