
【文本编辑器】Sublime Text 安装XML和JSON格式化插件
json
适用于现代 C++ 的 JSON。
项目地址:https://gitcode.com/gh_mirrors/js/json

·
Sublime Text 是最优秀的文本编辑器的代码编辑器之一
并且同时兼顾了漂亮的界面、强大的功能、丰富的插件、轻巧的体积
json
适用于现代 C++ 的 JSON。
项目地址:https://gitcode.com/gh_mirrors/js/json
Sublime Text 安装XML和JSON格式化插件的如下
-
安装Package Control,如果已安装,则跳过此步
否则,按住快捷键Ctrl+shift+P,在弹出的输入框里面输入Install Package Control
-
安装Indent XML插件
按住快捷键Ctrl+shift+P,在弹出的输入框里面输入Install Package
稍等片刻,在新的输入框里再输入Indent XML
-
通过Selection - Format菜单,可以看到Indent XML和Indent JSON菜单




适用于现代 C++ 的 JSON。
最近提交(Master分支:6 个月前 )
4424a0fc
Signed-off-by: Niels Lohmann <mail@nlohmann.me> 4 天前
11aa5f94
* Make std::filesystem::path conversion to/from UTF-8 encoded JSON string explicit.
Signed-off-by: Richard Musil <risa2000x@gmail.com>
* Experimental: Changing C++ standard detection logic to accommodate potential corner cases.
Signed-off-by: Richard Musil <risa2000x@gmail.com>
* Drop C++ standard tests for compilers which do not implement required features.
Signed-off-by: Richard Musil <risa2000x@gmail.com>
* Drop C++ standard tests for MSVC versions which do not implement required features.
Signed-off-by: Richard Musil <risa2000x@gmail.com>
---------
Signed-off-by: Richard Musil <risa2000x@gmail.com>
Co-authored-by: Richard Musil <risa2000x@gmail.com> 5 天前
更多推荐
所有评论(0)