I am looking for a way to extract a nested inner class so that it is in a separate file. Is there an easy way to do this in Visual Studio 2008 (eg, using the refactor menu)?
EDIT
Maybe a refactoring menu option isn’t necessary if manual refactoring is simple enough.
if i understand correctly, you can use partial classes
http://msdn.microsoft.com/en-us/library/wa80x488(VS.80).aspx