Quick Touch
Navigate and create new files and directories in your workspace easily.
A lightning-fast, frictionless VS Code extension for quickly scaffolding files and directories using an interactive, context-aware command line interface directly in the QuickPick menu.
![]()
Features
- Batch Creation: Create multiple files and folders at once (e.g.,
api.ts, types.ts, utils/). - Smart Context Pathing: The extension remembers your base directory during batch creation. Type
components/, Button.tsxand the file is automatically placed inside the folder. - Force Create (Spacebar Trick): Append a space (e.g.,
env) to instantly bypass folder auto-selection and force-create a file. - OS-Aware Slashes: Automatically corrects
/and\based on your operating system. - Fast Navigation: Type
/to jump to the workspace root, or..to dynamically navigate to the parent directory.