Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Shortcut to add nested directories at once while creating a folder. #849

Closed
JuxtNorth opened this issue Sep 30, 2023 · 1 comment
Labels
enhancement New feature or request todo Added to to-do list.

Comments

@JuxtNorth
Copy link

Code editors like VS Code, or even GitHub have a feature that allows the user to create a multi-level nested directory at once and place a file at the end.

To demonstrate, here's an example:
In VS code, if a user creates a new folder with the name foo/bar/baz.ts, this directory structure is created -

foo/
|-- bar/
|  |-- baz.ts
|  

As you may see, this is a very useful feature which would be great to have in Acode!

P.S: You can also add an emmet like syntax for this that allows creating multiple folders and files at specified levels etc.

@deadlyjack
Copy link
Collaborator

Great suggestion, I will add it.

@deadlyjack deadlyjack added enhancement New feature or request todo Added to to-do list. labels Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request todo Added to to-do list.
Projects
None yet
Development

No branches or pull requests

3 participants