How can I create Folder under Folder in the sublime sidebar? Currently not getting a new directory option.
How can I create Folder under Folder in sublime sidebar?
OdatNurd
#2
It looks like you might have some third party package installed that modifies the content of the side bar menu and replaces existing items. The default Side Bar.sublime-menu
file has entries labelled New File
and New Folder
for these operations, but your menu has a New...
item instead (which does not appear in the default menu).
Based on the omissions, perhaps New...
can create both in whatever package you’re using, and you just need to add /
to the end of the name to tell it that you’re making a Folder and not a file.
0 Likes
codeispoetry
#3
Is there a way to identify and fix it?
This worked though →
For duplicating folder/file I isnatlled this:
may be this could be an issue?
Disabling that fixes issue at the same time I loose duplicate feature also?
0 Likes