📂 New Folder 🤟
To get started, open an instance of Visual Studio Code and do any of the following ways of creating a new folder:
Expand the Explorer view in the Sidebar and click on the "Create Folder..." button, pick your desired parent folder and enter the name of the new folder. Explorer View command
Hit F1 to bring up the Command Palette, type "New Folder", select the command and pick your desired parent folder and enter the name of the new folder. Actions🎯 CreateCommand palette command to create a folder in the current directory Command palette command to create a folder with an absolute path Command palette command to create folders recursively in the current folder Invalid folder name supplied 🎯 NavigateNavigation to relative-path folders Navigation to absolute-path folders Pick a Folder
Press Ctrl/Cmd+Alt+N and pick your desired parent folder and enter the name of the new folder. ⚙ ConfigSetting To access the extension's config you can either go to Settings manually or open up the Command Palette and search for New Folder Config.
The extension exposes these properties for you to change,
Whether the newly created folder should be opened automatically upon creation.
Root directory path where you keep your projects. This is the path to use as the initial folder for the New Folder command. If the path is an empty string (default) or a non-existing path, the root folder will be set to your User/Home folder.
Response speed for generating Actions when typing into the InputBox of the Picker. Change only if needed.
Functionality provided by
Whether to show icons in the Picker.
The type of icons to use in the Picker, available options are:
Icons preview (on Windows)
Built-in icons are provided by the currently set Product Icon theme, in this case, Material Product Icons.
Controls whether the Picker should stay open even when loosing focus. This setting is ignored on iPad and is always false on other platform defaults to true. |