1

Is there a shortcut key to create new folder inside current directory in visual studio code?

or at least while on the file explorer sidebar?

Abraham
  • 12,140
  • 4
  • 56
  • 92
  • I don't understand why one would need this, but you can probably make one, similar to [vs-code-add-a-new-file-under-the-selected-working-directory](https://stackoverflow.com/questions/39599514/vs-code-add-a-new-file-under-the-selected-working-directory) – ASDFGerte Jun 10 '22 at 12:09
  • Use the comand line. mkdir yourfoldername. – HogasAndreiMarius Jun 10 '22 at 12:11

1 Answers1

5
  1. Ctrl+K Ctrl+S to open Keyboard Shortcuts menu.
  2. Search for @command:explorer.newFolder.
  3. Add your own shortcut.
vietan
  • 126
  • 1
  • 7