A Sublime Text plugin for fast file and folder creation with advanced path navigation and autocompletion.
AdvancedNewFile is a plugin for Sublime Text that accelerates file and folder creation within projects. It allows users to type paths directly, with autocompletion and alias support, automatically generating any missing directories. It solves the repetitive task of manually navigating and creating files through dialogs or the sidebar.
Sublime Text users, particularly developers and writers who frequently create new files and directories within complex project structures.
It replaces slow, click-heavy file creation with a fast, keyboard-centric workflow, offering advanced features like path aliases, templates, and cross-platform support that aren't available in Sublime Text's default new file functionality.
File creation plugin for Sublime Text
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Allows direct path typing with tab autocompletion, eliminating manual navigation and speeding up file creation, as highlighted in the Key Features and Usage sections.
Supports user-defined and OS-specific aliases for quick folder access, configurable via settings like alias and os_specific_alias for cross-platform consistency.
Creates missing directories and optional __init__.py files on the fly, reducing manual setup for nested project structures.
Enables predefining content for new files based on extensions using the file_templates setting, with support for snippets and automatic insertion.
Only compatible with Sublime Text, and support for Sublime Text 2 and 3 is discontinued, forcing upgrades to ST4 for new features.
Numerous settings like alias_root, shell_input, and completion_type require detailed setup, which can overwhelm users not familiar with Sublime Text's configuration system.
Commands for renaming and deleting files lack default key bindings or menu entries, requiring manual setup as noted in the Commands with no Default Bindings section.