vscode-quick-file-actionsQuickly create, copy, delete, and move files. FeaturesCreatePrompts the user to create a new file in the same directory as the currently opened file. If no file is open, defaults to the workspace root. If the target file already exists, prompts the user to confirm the replacement.
CopyPrompts the user to copy the current file to a new location. If the new location is a path, copy the file into that directory, if not, copies and renames it to the input value. If the target file already exists, prompts the user to confirm the replacement.
DeletePrompts the user to delete a path, files or directories. By default moves the deleted files to the trash bin.
MovePrompts the user to move the current file to a new location. If the new location is a path, move the file into that directory, if not, moves and renames it to the input value. If the target file already exists, prompts the user to confirm the replacement.
Extension Settings
1.0.0Initial release. |