Install from JetBrains Marketplace →
Keyboard-first, blazingly fast file creation and navigation for IntelliJ IDEs, no mouse needed.
Press Ctrl+Alt+Shift+N to open the quick file dialog.
- Type any part of a path to fuzzy-find matching directories
- Navigate suggestions with
Ctrl+N/Ctrl+P(or↓/↑) - Autocomplete the path with
Tab - Type your filename at the end
- Hit
Enter— file created and opened instantly
Create a file in the current folder
Open FileRush → press Tab to select the current folder → type the filename → Enter.
Create a file in another folder
Type part of the folder name (fuzzy search finds it) → Tab → type the filename → Enter.
Create a folder Same as above, but skip the extension. FileRush creates a directory instead.
Create a file beside an existing file
Type part of an existing filename (e.g. UserRepo to find UserRepository.kt) → Tab → the extension is pre-filled, just type your new name (e.g. CachedUserRepository) → Enter.
- Go to Settings → Keymap, search for FileRush, and assign any shortcut.
- With IdeaVim, use the
FileRush.Openaction in your.ideavimrc:
nnoremap <leader>fc :action FileRush.Open<CR>- Marketplace: FileRush — Create Files Fast
- IDE:
Settings → Plugins → Marketplace→ searchFileRush
Works on all IntelliJ IDEs.