Hi.
I’d like to have some kind of “virtual folders” because of a relatively confusing amount of files. Like in visual studio. But Sublime is showing only the first one.
(Sublime 3 Build 3047)
Thanks
Silberling
{
"folders":
{
"path": ".",
"name": "Project",
"follow_symlinks": true,
"folder_exclude_patterns":
"Debug",
"Release",
"ipch"
],
"file_include_patterns":
"*.sublime-*",
"*.sln",
"*.vcxproj*"
]
}, {
"path": ".",
"name": "Header Files",
"follow_symlinks": true,
"folder_exclude_patterns":
"Debug",
"Release",
"ipch"
],
"file_include_patterns":
"*.hpp"
]
}, {
"path": ".",
"name": "Source Files",
"follow_symlinks": true,
"folder_exclude_patterns":
"Debug",
"Release",
"ipch"
],
"file_include_patterns":
"*.cpp"
]
}
]
}