# all-format **Repository Path**: qgl/all-format ## Basic Information - **Project Name**: all-format - **Description**: JSON、XML、HTML、SQL格式化;中英文翻译;Base64生成与解析;二维码生成与解析;2、8、10、16进制转换; - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 3 - **Created**: 2018-07-23 - **Last Updated**: 2025-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: IDEA, IDEA插件, Java ## README # all-format **写在前头:本插件只适用 Intellij IDEA和android studio 工具** 这是一款开发者辅助工具,方便开发者格式化格种数据,方便阅读调式,如:格式化JSON、XML、HTML,生成MD5、QRCODE二维码、转换Base64、Unicode等,中英文翻译. [github](https://github.com/damoguyansi/all-format) [gitee](https://gitee.com/qgl/all-format) [jetbrains](https://plugins.jetbrains.com/plugin/10962-all-format) ### 安装方法 方法1: ~~~ 1.Intellij IDEA File->Settings..->Plugins-->Browse repositores..搜索:All format 2.安装插件,重启idea ~~~ 方法2: [下载地址](https://plugins.jetbrains.com/plugin/10962-all-format/versions) ~~~ 1.下载 com.damoguyansi.all-format-x.x.x.zip 2.Intellij IDEA File->Settings..->Plugins --> install plugin from disk.. 导入下载的 com.damoguyansi.all-format-x.x.x.zip 3重启 Intellij IDEA . ~~~ ### 使用方法 1. 使用右上角图标打开窗口. ![Generate快捷键.png](https://plugins.jetbrains.com/files/10962/screenshot_23730.png) 2. 使用 All Fommat 的快捷键. 打开窗口: Alt + f 选中翻译: Ctrl + Alt + U ### 使用截图 ![allformat1.png](https://plugins.jetbrains.com/files/10962/screenshot_d47f335d-3139-40b7-89d1-d53bedc87dc3) ![allformat2.png](https://plugins.jetbrains.com/files/10962/screenshot_e095ad5b-6b14-4d14-9f82-2c8e628af585) ![allformat3.png](https://plugins.jetbrains.com/files/10962/screenshot_ec49ac84-4232-4949-86df-c55ee8da8af2) ![allformat4.png](https://plugins.jetbrains.com/files/10962/screenshot_6aad5ec6-66bf-496b-9aac-841bc2e239fd) ### 特别鸣谢 - 感谢 [YiiGuxing](https://github.com/YiiGuxing/TranslationPlugin) 大佬提供的翻译插件(参考部分代码)