ctrl-alt-t
, or trigger the generate command through the menuNote: This uses the editor's global indentation level for parsing
first folder
second folder
file1
file2
file3
third folder
file4
fourth folder
file 5
Press ctrl-alt-t
root node
├── first folder
│ ├── second folder
│ │ ├── file1
│ │ └── file2
│ └── file3
└── third folder
├── file4
└── fourth folder
└── file 5
Leave feedback through github issues!
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.