+3
How do I specify a folder name in a project?
Exactly as mentioned here, from the original FAQ:
Can I specify a 'name' for my project folder directories?
+3
Remy Bach 13 years ago
I totally agree... something like the following would be good for the .sublime-project files:
{
"folders":
[
{
"path": "PATH",
"name": "NAME THAT WILL APPEAR IN SIDEBAR",
"file_exclude_patterns":[
"PATTERN"
]
}
]
}
Customer support service by UserEcho