# Move File dialog

`Refactor | Move`

`F6` (Windows), `F6` (macOS), `F6` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ I` (macOS System Shortcuts), `F6` (XWin), `F6` (GNOME), `F6` (KDE), `F6` (Emacs), `F6` (Sublime Text), `F6` (Sublime Text (macOS)), `Ctrl+M` (NetBeans), `Ctrl+R, O` (Visual Studio), `⌘ R, O` (Visual Studio (macOS)), `Alt+Shift+V` (Eclipse), `⌘ ⌥ V` (Eclipse (macOS))

The `Refactor | Move` menu command opens   the Move File dialog when a file is selected in the [Project](project-tool-window.html) tool window or opened in the editor.

| Item | Description |
| --- | --- |
| To package |  Specify the destination package. Enter the path manually or click ![the Browse button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.general.ellipsis.svg) to select the target package in the [dialog](null) that opens.  |
|  Search for references  |  Select this option to find and update references to the file being moved.  |
| Open in editor |  Select this option to open the moved file in the editor.  |

## See also

### Procedures

[Move and copy refactorings](move-refactorings.html)

