I am wondering if it’s possible to autoload a project-name.sublime-project
file if that file is located in the root directory of the opened source code.
I know I can do subl project-name.sublime-project
but I would love to be lazier and just have to do subl .
I would guess that this is technically possible as other dot config files can be loaded by default too (e.g., .editorconfig
).
If this is currently not possible, do you think this could be implemented in some future version? Like other dot files one could say IFF .sublime-project
(without a filename) is found in the root directory of the source code it should be loaded automatically.