Create a new file with a relative path as argument #24185
Replies: 4 comments 4 replies
-
|
I keep looking for something like this. It feels like the built-in opening/saving dialogs (when setting |
Beta Was this translation helpful? Give feedback.
-
|
Similarly, in VSC there is a popular extension I enjoy using, with nearly half a million installs, at the time of writing: |
Beta Was this translation helpful? Give feedback.
-
|
If I understand this correctly this is possible (at least as of today) using the If you enter the path to a file that doesn't exist, you can instead hit enter to create it. That affordance of having |
Beta Was this translation helpful? Give feedback.
-
|
It doesn't support saving files outside the project right? I am trying something like |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
👋 Hey folks,
Recent user of Zed, here. And so far, I like it a lot.
One behavior that I had in Sublime Text, through the AdvancedNewFile package, was the ability to create a file with a specified path. I miss it in Zed where creating a new file has a bit of friction.
The ST package would work like this:
alt-cmd nwhich would open a small panel at the bottom of my editor.app/models/some_model.rbfor instance).escwould close the panel and restore focus to the editor.An added bonus, the input panel was aware of my project folder tree. So typing
app/mo + tabwould autocomplete toapp/models/Is this something that would be feasible?
Thanks again for your great work!
Beta Was this translation helpful? Give feedback.
All reactions