ritwickdey / vscode-create-file-folder

A small vscode extension that help you to create files & folder in Atom Style.
https://marketplace.visualstudio.com/items?itemName=ritwickdey.create-file-folder
MIT License
35 stars 17 forks source link

Create files relative from the actual position #1

Open eskimoblood opened 6 years ago

eskimoblood commented 6 years ago

It would be nice if I could create files relative to the actual position in the explorer

ritwickdey commented 6 years ago

hi, Can you explain further with an example for better understanding?

eskimoblood commented 6 years ago

At the moment the file is created in the root of the project. But it would be cool if I can created on the position where the folder that is selected in the explorer.

ritwickdey commented 6 years ago

I got your point! Thanks for the suggestion!

ritwickdey commented 6 years ago

A Tips: Just right click on a folder from explorer window and choose create new file - the relative path from workspace will be auto filled.

Watch the gif (2nd part)

./vscode-create-file-folder/img/screenshots/screenshots1.gif

tiagojdf commented 5 years ago

Thanks for this great plugin. Really like it. Regarding this issue, it would be great if the shortcut would do that as well.

elitan commented 4 years ago

Yes, it would be great if the shortcut would do that as well. This is especially good if you, like me, want to avoid touching the mouse/trackpad when coding. 😎

@ritwickdey Any updates on this? How could we help you with this?

OmranAbazid commented 4 years ago

Also, one more thing would be useful, is to be able to create a file in the same directory of the currently open file.