gpt4 book ai didi

intellij-idea - 如何在intellij中格式化花括号以进行自动格式化

转载 作者:行者123 更新时间:2023-12-04 23:39:37 26 4
gpt4 key购买 nike

每当我点击 alt-cmd-l 来自动格式化我的代码时,它都会格式化我的导入和数组:

import { CommonModule } from '@angular/common';
let arr = [ myStringVar ]; // simple example, just go with it


import {CommonModule} from '@angular/common';
let arr = [myStringVar];

自动格式化时,如何告诉 IntelliJ 在左大括号之后和右大括号之前放置一个空格? (专门针对 javascript、typescript)

我环顾四周寻找答案,但找不到答案或问得不好。因此,如果这是重复的,我深表歉意。

我在 Intellij 2016.3.3

最佳答案

转到设置并搜索 ES6 导入/导出大括号。它应该带您到编辑器 -> 代码样式 -> Javascript(或 TypeScript)。只需点击空格选项卡上的复选框,它就会将空格添加回来。

关于intellij-idea - 如何在intellij中格式化花括号以进行自动格式化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41903215/

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