bodil / vscode-file-browser

https://marketplace.visualstudio.com/items?itemName=bodil.file-browser
GNU Lesser General Public License v3.0
86 stars 22 forks source link

Obviously creating folder #33

Closed ivklgn closed 1 year ago

ivklgn commented 2 years ago

Now, if i type some name of file - i see:

Screenshot 2022-07-09 at 00 49 48

if i want create folder i must know add / , and item for folder create activate, but interface make type folder name again

Screenshot 2022-07-09 at 00 50 58

@bodil what you think about add "Create folder" item under "Create file" in first screen?

goyalyashpal commented 1 year ago

umh, i don't understand what you are saying...

for me, here's the flow:

  1. trigger file browser: open
  2. type abc
  3. press enter
  4. --> a new buffer named "abc" will open
  5. press "ctrl + s" to save
  6. --> the buffer will be saved as a new file ./abc i.e. at the current location

Or

  1. type /
  2. --> this makes it take "da" as directory
  3. type "fgh"
  4. repeat step 3. to 5. above
  5. --> the buffer will be saved as a new file ./da/fgh i.e. under the folder named "da" under current directory
goyalyashpal commented 1 year ago

if i want create folder i must know add / , and item for folder create activate, but interface make type folder name again

ohkay, i got it..

no, you don't have to add the folder name again, you just have to press down to highlight that line saying "Create this folder" and press enter.

that will directly create the folder.

goyalyashpal commented 1 year ago

Hey, If the above solves your problem or you no longer have this problem, then can you close this issue 😇

goyalyashpal commented 1 year ago

@kalagin ping

ivklgn commented 1 year ago

@goyalyashpal thank u!