themilkman / AutoProjects

A Sublime Text plugin to open folders as projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoProjects

A Sublime Text plugin to automatically assigns projects to opened folders.

The key benefit is to enable "hot_exit" on folders, so ST window can be closed without loosing unsaved content.

Simply open a folder via command line (e.g.: subl <folder>) or Explorer's context menu and never loose unsaved files or get bothered by "Do you want to save ..." dialogs anymore.

If no project is found a new .sublime/<Folder>.sublime-project file is created and opened, just like VS Code creates its .vscode sub directory to store all folder related information.

About

A Sublime Text plugin to open folders as projects

License:MIT License


Languages

Language:Python 100.0%