Sublime Forum

Include folder in all projects

#1

I am including a folder with scripts in every project that I use sublime with. It is tedious that I need to maintain all my project files to point to that folder.

Is there a way that I include a folder in all of my projects?

0 Likes

#2

Why not just open the project & drag the folder (with scripts) to the sidebar ? It automatically gets added to that project & the .sublime-project file will also be updated with the absolute path of the scripts folder.

0 Likes

#3

The problem is not adding it to a project, I currently copy paste the entry from another project to a new one. The problem arises when the common folder changes path and I have to update manually all the projects using it. It is much easier if it is kept in a single location.

0 Likes

#4

ST can’t do that. You might want to try using search and replace to change the path in all the project files
or using your OS (which you don’t mention) to create an alias or link for the changing folder.

0 Likes