gpt4 book ai didi

javascript - 如何在 Visual Studio Code 中更改代码格式

转载 作者:行者123 更新时间:2023-11-27 23:14:24 25 4
gpt4 key购买 nike

您好,我正在使用 VS Code for TypeScript 和 JavaScript。标准自动格式创建这样的代码

if(ind){
// code
}

但我不喜欢这个:),如何将自动格式设置为

if(ind)
{
// code
}

最佳答案

目前 VsCode 无法做到这一点,但有 an issue tracking the problemhere's the actual code fix .

请记住,这是来自开发分支,因此行为和设置可能会发生变化,但我相信您需要的设置是:

javascript.format.placeOpenBraceOnNewLineForControlBlocks和/或javascript.format.placeOpenBraceOnNewLineForFunctions

此功能应该很快就会成为正式版本,但如果您想尝试前沿功能,您可以随时build VsCode from the source .

关于javascript - 如何在 Visual Studio Code 中更改代码格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35939427/

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