Move Selection to New File
You can easily move a code fragment to a separate new file.
Select a block of code and press Ctrl+1, select Move selection to new file… from the list of quick assist proposals and press Enter.
![../../_images/sv_quick_assist_move_selection.png](../../_images/sv_quick_assist_move_selection.png)
Fill in the name of the new file.
![../../_images/sv_quick_assist_move_selection_wizard.png](../../_images/sv_quick_assist_move_selection_wizard.png)
Note
The initial selection is replaced by an `include to the new file
![../../_images/sv_quick_assist_move_selection_result.png](../../_images/sv_quick_assist_move_selection_result.png)
Tip
You can also Right-Click in the editor and go to Refactor > Move Selection to New File.
![../../_images/sv_quick_assist_move_selection_menu.png](../../_images/sv_quick_assist_move_selection_menu.png)