Sublime Forum

Open specific folders when opening a project

#1

Hi,

I’m wondering if it’s possible to specify the folders that should be expended when opening a project?

I’m working on many different projects each day, some projects have large folder structures. Most of the time I’m only working in one (or two) folders in the tree. But every time I have to expand the whole path to get there. It would be great if I could specify the paths that should be expanded upon opening a project.

I hope that someone could help me out!

Thanks!

0 Likes

#2

I can’t answer the question you asked, but maybe this will help anyway?

You can add additional folder specs in a project that point directly to the deep-in-the-bowels-of-your-project folders. Something like:

[code]{
“folders”:

{
  "name": "dev code",
  "path": "C:\\Users\\rpardee\\documents\\vdw\\molina",
  "file_include_patterns": ".gitignore", "*.sas"]
},
{
  "name": "shortcut",
  "path": "C:\\Users\\rpardee\\documents\\vdw\\molina\\bibbity\\bobbity\\boo\\fippity\\zip\\zop\\zoop\\pudding"
}

]
}
[/code]

HTH,

-Roy

0 Likes

#3

Thanks Roy!

This will definitely make life easier.

0 Likes