Compressed File Editor is a Visual Studio Code extension to display and analyze the compressed file, like gzip, zlib, etc.
-
Analyze Compressed File Generate a JSON file for selected compressed file including all decode filed.
-
Show Compressed File as Hex Open and show the selected file as hex.
-
JSON tree Show JSON file as a JSON tree. Clicking the specific JSON item will highlight the corresponding hexadecimal number.
Open a compressed file and click the Compressed File Editor icon in the navigation bar.
compressed-file-editor.generateJsonFile
: Generate JSON file by decoding the compressed file.
None.