phi
phi copied to clipboard
open folder command
a way to open a folder, which would basically setup some kind of "phi_workspace" which contains the current directory. then the command palette would scrape this directory for directories/files to load.
the general idea is that when we load the editor up we create a "phi_workspace". as we open buffers or make new files these are added into the phi workspace. then the user can load their own workspace which is basically any folder which the editor will look for files relative to
note that this could also stem to other features such as:
- file tree view sidebar thing
- multiple phi workspaces + easy switching method