gpt4 book ai didi

javascript - IntelliJ IDEA : is there a way to automatically format Javascript object literals?

转载 作者:行者123 更新时间:2023-11-30 13:08:36 25 4
gpt4 key购买 nike

我正在寻找一种在 IntelliJ IDEA 中自动格式化 Javascript 对象文字的方法。我检查了设置 > 代码风格 > Javascript,但在那里找不到类似的东西。

让我举一个我想要的例子。我想要这个:

var a = { prop1: 'abc', prop2: 'def'
, prop3: 'ghi' };

像这样自动格式化:

var a = {
prop1: 'abc',
prop2: 'def',
prop3: 'ghi'
}

我正在使用 IDEA 12.0.3。

最佳答案

有一个related feature request , star/vote 跟踪进度。

关于javascript - IntelliJ IDEA : is there a way to automatically format Javascript object literals?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14702826/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com