Simple way to create and open new file #13099
Unanswered
joakim-hove
asked this question in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For me a quite common situation is that I am editing a file quite deep into my directory structure like
file1.rs
inI then want to create a new sibling file
file2.rs
in the same directory asfile1.rs
. I have not found a simple way to create that file, the alternatives I use are:o crate/src/module/file2.rs
and just issuing a suitabletouch
command in the Shell. Both of these approaches feel a bit cumbersome - is there a simpler way?Maybe a feature to suggest?
Beta Was this translation helpful? Give feedback.
All reactions