I’m just wanting to know how Add project folder works and does it work with how I structure my projects directory. The majority of my projects or lessons I take on Udemy or through computer books, and this is how I would typically organize my projects directory.
~/projects/udemy/courseName/section#/files.c,c++,html,php,etc…
~/projects/books/bookName/chapter#/files.c,c++,html,php,etc…
What what level do I need to add a project folder? I would hate it if I need to add a project folder for every single inner most project to the section or chapter name. Could I and what would the difference be if I were to just add a top level project directory at:
~/projects/ ?
The next best thing would be if I could add a project directory at:
~/projects/udemy/courseName/
~/projects/books/bookName/
I would hate to need to do that for every single chapter/section, or even worse, every piece of code/example I write under …/section/ or …/chapter/
What’s the best way to use Atom’s Add Project Folder and how does it behave depending on how high up or down in the directory structure/tree you set as a project folder? Thanks for any and all help.