Create Relative FileCreate new files relative to the path of the active document. I prefer to keep my hands on the keyboard but hate having to remember a full path when creating files. This vscode plugin solves this by allowing the user to create files relative to the active document they are currently working in. FeaturesVia the command prompt search for: Create 1 or more files by seperating with an empty space or comma.
If a new folder path is specified this will also be created.
If input has no extension or a trailing forward slash then create a folder instead.
Add multiple files under specified path (emmet style):
If the input is prefixed with a forward slash, then the workspace base path is used. This will also occur by default if no active document is open.
If files or folders already exist they will not be overwritten. If you enjoy this plugin go smack a ⭐️ on it @ Github |