You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current To add files and folders in the directories (i.e. to nest them) one has to manually click on that folder and click on the New File or New Folder button. Adding files as FolderName/FileName won't nest it in the FolderName folder and instead create a new file named FolderName/FileName in the same directory.
Proposed On entering FolderName/FileName, new file named FileName should be created in the FolderName if it is present in the currently selected node. ( Likewise while nesting folders in folders)
Points of Discussion
What should happen if FolderName is not present under the current node? Should one implicitly create it or ask the user?
The text was updated successfully, but these errors were encountered:
I think this is a great idea! I'm not sure how to handle the case if the folder name is not already present, though I just checked how Visual Studio Code handles this, and it automatically creates the folder(s) for you.
Nature of issue?
Feature enhancement details:
Current To add files and folders in the directories (i.e. to nest them) one has to manually click on that folder and click on the
New File
orNew Folder
button. Adding files asFolderName/FileName
won't nest it in theFolderName
folder and instead create a new file namedFolderName/FileName
in the same directory.Proposed On entering
FolderName/FileName
, new file namedFileName
should be created in theFolderName
if it is present in the currently selected node. ( Likewise while nesting folders in folders)Points of Discussion
FolderName
is not present under the current node? Should one implicitly create it or ask the user?The text was updated successfully, but these errors were encountered: