docs(vscode): add File Utils

This commit is contained in:
Julien 2019-02-19 18:01:23 +01:00
parent 21a257f4cf
commit dbb804db47
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@
- `EditorConfig for VS Code`: EditorConfig Support for Visual Studio Code.
- `File Utils`: A convenient way of creating, duplicating, moving, renaming and deleting files and directories.
- `Final-Newline`: Inserts a final newline when saving the document.
- `Formatting Toggle`: A VS Code extension that allows you to toggle the formatter (Prettier, Beautify, …) ON and OFF with a simple click.