File: New File
, Show quick pick view only if more than 1 choice available.
File: New File
, Autocomplete paths when creating a new file. PR#48 Inspired and heavily borrowed from https://github.com/patbenatar/vscode-advanced-new-file
File: New File
, Adding a trailing / to the supplied target name causes the creation of a new directory. PR#25
- Extension can not be loaded due to missing dependency.
File: Delete
, Add configurationfileutils.delete.useTrash
in order to move files to trash.File: Delete
, Add configurationfileutils.delete.confirm
to toggle confirmation dialog.
- Renaming and other actions move editor to first group
- Keyboard shortcuts failed to execute
- Enable modal confirmation dialogs
- File-New File or Folder failed to execute
- File-Duplicate from the context menu doesn't work on Windows
-
file browser context menu
Duplicate
-
file editor context menu
Duplicate
-
file editor context menu
Move
-
file browser context menu
Move
Moves the selected file or directory.
(Also creates nested directories)
- command prefix
extensions
has been renamed tofileutils
-
command
File: New File Relative to Current View
Adds a new file relative to file open in active editor.
(Also creates nested directories)
-
command
File: New File Relative to Project Root
Adds a new file relative to project root.
(Also creates nested directories)
-
command
File: New Folder Relative to Current View
Adds a new directory relative to file open in active editor.
(Also creates nested directories)
-
command
File: New Folder Relative to Project Root
Adds a new directory relative to project root.
(Also creates nested directories)
Features:
-
command
File: Rename
Renames the file open in active editor.
(Also creates nested directories)
-
command
File: Move
Moves the file open in active editor.
(Also creates nested directories)
-
command
File: Duplicate
Duplicates the file open in active editor.
(Also creates nested directories)
-
command
File: Remove
Deletes the file open in active editor.