3.10.3 (2023-07-22)
- deps: update dependency fast-glob to v3.3.1 (5581fa3)
3.10.2 (2023-06-30)
- deps: update dependency fast-glob to v3.3.0 (ad9f56d)
3.10.1 (2023-03-21)
- rename commands to comply with VSCode style guides (72f6843)
3.10.0 (2023-01-30)
- Settings: add option to disable context menus (f3b1431)
3.9.3 (2023-01-30)
- NewFileController: show workspace selector when relative to root (e3fcf96)
3.9.2 (2023-01-28)
- MoveFileController: disable brace expansion (8874f26)
3.9.1 (2023-01-25)
- build: include changelog (550e190)
3.9.0 (2023-01-25)
- RenameFileController: always append base path (cd6f352)
- add inputBox pathTypeIndicator setting (3390544)
- inputBox: add path representation configuration (82e7364)
3.8.0 (2023-01-23)
- DuplicateFile: add typeahead support (44ac603)
- MoveFile: add typeahead support (0e3e0ca)
- NewFile: add typeahead setting (764f614)
- NewFolder: add dedicated typeahead setting (6d4359a)
3.7.0 (2023-01-23)
- publish to open vsx repository (f0d643f)
3.6.0 (2023-01-23)
- TreeWalker: replace workspace.findFiles in favor of fast-glob (37c5078)
3.5.1 (2023-01-02)
- ci: update semantic release (6c12e92)
3.5.0 (2022-01-18)
- ci: enable github actions (3eead61)
3.4.6 (2022-01-14)
- trigger gh actions release pipeline (d9a59c9)
3.4.5 (2021-02-22)
- deps: update dependency brace-expansion to v2.0.1 (dd094d0)
3.4.4 (2021-02-01)
- prefer uri over current editor (e63b27f)
3.4.3 (2021-01-06)
- NewFileController: properly brace expand backslash paths (ff95aae)
3.4.2 (2020-11-17)
- build: include README (b724700)
3.4.1 (2020-11-08)
- build: include node_modules (a28b0da)
3.4.0 (2020-11-06)
- readme: trigger release (9314428)
- NewFileCommand: add support for brace expansion (5e06afc)
3.3.3 (2020-10-26)
- New Folder or File Relative to Current View: cancel execution if no editor is open (858fea6)
3.3.2 (2020-10-26)
- package: update extension main file entry (4892f84)
3.3.1 (2020-10-25)
- duplicate: prevent directories to be opened as document (dc1c9f0)
3.3.0 (2020-10-25)
- menus: add file releated commands to tab and editor context (a8b748e)
3.2.0 (2020-10-25)
- update icon (5c2156b)
3.1.1 (2020-10-23)
- Rename, Move: keep file in editor group (5478345)
3.1.0 (2020-10-18)
- move/rename: trigger update imports when moving file (7a40237)
3.0.1 (2020-01-15)
- FileItem: ensure file exists before deleting it (7a44326)
3.0.0 (2019-09-03)
- TreeWalker: handle large directory structures safely (c419c78)
- TreeWalker: The configuration option "typeahead.exclude" has been removed in favour of VS Code native "files.exclude" option.
2.14.9 (2019-08-26)
- RemoveFileCommand: ensure only delete file tab was closed (557e794)
2.14.8 (2019-08-26)
- NewFileCommand: show quickpick on large directory structures (8c8c537)
2.14.7 (2019-08-23)
- NewFileCommand: show folder selector (38fb33f)
2.14.6 (2019-08-20)
- missing callback in remote environments (63ef29a)
2.14.5 (2019-06-03)
- CopyFileName: forward and process tab uri (68ae985)
2.14.4 (2019-05-29)
2.14.3 (2019-05-29)
- contribution: reorder conext menu items (2883402)
2.14.2 (2019-05-29)
- package: update fs-extra to version 8.0.0 (86ff0b9)
2.14.1 (2019-05-29)
- icon position (a273e32)
2.14.0 (2019-05-29)
- editor/title/context: add rename, remove and copy command (bb0482e)
2.13.7 (2019-04-20)
- icon color (21f4eb4)
2.13.6 (2019-04-20)
- NewFileCommand: prompt to select workspace (8335975)
2.13.4 (2019-01-03)
- README: remove unsupported category (4a13e08)
2.13.3 (2018-11-11)
File: Rename
File: Move
iliashkolyar Add configuration to support whether to close old tabs PR#67
- iliashkolyar Support file operations on non-textual files PR#63
File: Copy Name Of Active File
iliashkolyar Support copy name of active file PR#61
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.