HelpMe
As a tool, it mainly provides some commonly used operations.
Features
Change the file names of all files in the folder.
Right-click HelpMe: Change Filenames
menu after selecting a folder.
RegExr
Remove blank lines: Command + Shift + P
-> HelpMe: RegEx Remove Blank Lines
Extract lines from text file by RegEx: Command + Shift + P
-> HelpMe: RegEx Extract Lines
Insert
Insert table to markdown: HelpMe: Insert Markdown Table
Compress images
Lossless compression of images.
You can select pictures, folders, or pictures and folders.
Note: Compression will replace the original file
List filenames contain(or not contain) path
List the filenames contain(or not contain) path.
Note: The .git
, node_modules
, .gradle
, .idea
, .vscode
and .DS_Store
will be skipped.
Use Command + Shift + P
and select the plugin HelpMe: Output Filenames Contain Path
Select the folder to be processed
Select the folder for outputting processing results
The format of the filename is output_filenames_YYYY-MM-DD-HH-mm-ss-SSS.txt
Filter duplicated filenames
Get the files with the same file name in the specified folder(ignoring case).
Note: The .git
, node_modules
, .gradle
, .idea
, .vscode
and .DS_Store
will be skipped.
Use Command + Shift + P
and select the plugin HelpMe: Filter duplicated filenames
Select the folder to be processed
Select the folder for outputting processing results
The format of the filename is duplicated_filenames_YYYY-MM-DD-HH-mm-ss-SSS.txt
Release Notes
Users appreciate release notes as you update your extension.
0.0.1
Initial release of Hello World.
0.0.2
Add feature Change the file name of all files in the folder
.
0.0.3
Add icon
0.0.4
Add feature Remove blank lines
and Remove white space lines
.
0.0.5
Fixed bug Even if there is an error, the message that the process is completed correctly is displayed
.
0.0.6
Add feature Insert Markdown Table
.
0.0.7
Refact code.
0.0.8
Add feature Compress images
.
0.0.9
Update README.md and icon.
0.0.10
Fixed information message.
1.0.0
Add feature List filenames(Not contain path)
and List filenames(Contain path)
.
Add feature Filter duplicated files
.
1.1.0
Remove feature Insert Console Log
.
Add feature Extract content from text file by RegEX
.
1.1.1
Update feature Extract lines by RegEX
.