Javascript Eclipse 对象属性的缩进问题

发布于 2024-11-17 02:24:33 字数 205 浏览 1 评论 0原文

好吧,我的 eclipse/javascript 有问题。对象属性内部的标识是 8 个空格,这让我很生气。我希望它是 4 个空格。我需要改变什么才能解决这个问题?我希望 Eclipse 将其格式化为“b”。

var a = {
        t: 'Hi'
};

var b = {
    t: 'Hi'
};

提前致谢。

Ok, I have a problem with eclipse/javascript. The identation inside of an object property is 8 spaces and it pisses me off. I want it to be 4 spaces. What do I need to change in order to fix that? I want eclipse to format it like "b".

var a = {
        t: 'Hi'
};

var b = {
    t: 'Hi'
};

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

绾颜 2024-11-24 02:24:33

Eclipse Indigo(用于 J2EE)

窗口 ->首选项-> JavaScript ->代码风格->格式化程序

然后编辑...

换行 ->表达式->对象初始值设定项 ->缩进策略:缩进一位

配置的屏幕截图

Eclipse Indigo (for J2EE)

Window -> Preferences -> JavaScript -> Code Style -> Formatter

then Edit...

Line Wrapping -> Expressions -> Object initializers -> Indentation policy: Indent by one

screenshot for configuration

明月松间行 2024-11-24 02:24:33

我有同样的问题(也适用于数组)。

唯一对我有用的是禁用智能插入模式(CTRL + Shift + Insert)来缩进第一个属性,然后如果您再次启用它,它应该可以正常工作。

I have the same problem (also for Array).

The only thing that works for me is to disable the Smart Insert Mode (CTRL + Shift + Insert) to indent the first property, then if you enable it again it should be working properly.

江南月 2024-11-24 02:24:33

我想你想检查你的 Javascript 格式化程序。

转到“窗口”->“首选项”,然后在搜索框中键入“Formatter”。从那里您可以修改特定语言的代码样式。

I think you want to check your Javascript formatter.

Go to Window->Preferences and type "Formatter" in the search box. From there you can modify the code style for specific languages.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文