https://github.com/sublimetext/autoprojects
A Sublime Text plugin to open folders as projects
https://github.com/sublimetext/autoprojects
Last synced: 9 months ago
JSON representation
A Sublime Text plugin to open folders as projects
- Host: GitHub
- URL: https://github.com/sublimetext/autoprojects
- Owner: SublimeText
- License: mit
- Created: 2023-10-24T19:54:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T19:22:31.000Z (about 2 years ago)
- Last Synced: 2025-03-29T12:11:13.642Z (10 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoProjects
A [Sublime Text][] plugin to automatically open folders as projects.
The key benefit is to enable "hot_exit" on arbitrary folders,
so Sublime Text window can be closed without loosing unsaved content.
## Usage
Simply open a folder via command line (e.g.: `subl `) 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/.sublime-project` file is created and opened,
just like VS Code creates its `.vscode` sub directory to store all folder related information.
Automatic project creation can be disabled by setting `"auto_generate_projects": false`
in `Preferences.sublime-settings`.
[Sublime Text]: https://sublimetext.com