Create a new file with a relative path as argument #24185
merciremi
started this conversation in
From Sublime Text
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋 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 n
which would open a small panel at the bottom of my editor.app/models/some_model.rb
for instance).esc
would 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 + tab
would 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