scatterchu
scatterchu
好多脚本都失效了
> 如果完全安装后错误仍然存在,则这是 IDE 的问题。打开“编辑自定义属性...”(或者可能以不同的方式调用)并添加以下行: `idea.max.intellisense.filesize=20000` Thanks, it really solved the headache problem
> Perhaps just something like a `# fmt: pack` that would apply to the remainder of the open comma separated sequence would be nice for this kind of case.在这种情况下,或许只需使用 `#...
windows新建一个文件,都会提示文件名不能包含下列任何字符: "\/:*?""
用户需求: 1. `json`内容按`key`值进行简单排序或自然排序 2. 支持`value`为`json`对象/数组时,压缩`value`的内容; 图中`json`字符串如下: ```json {"array":[1,2,3],"boolean":true,"null":null,"number":123,"str11":"test","str12":"test","str2":"test","str10":"test","object":{"a":"b","c":"d"},"str":"test","str01":"test","str1":"test"} ```