Is there a way of selecting HTML or razor code in the VS Editor and extract it into a separate view file?
Visual Studio 2013 already has a similar feature in WebForms where code selection can be extracted into a UserControl. Also, RubyMine, Resharper's sister product, has a "Extract Partial View" feature that extracts code into a separate view file.
I'd wager that such a feature exists in either product, but I haven't been able to find it. Does it exist?