gpt4 book ai didi

c# - 如何在 Visual Studio Code 中的 C# 函数声明括号中设置自动前导/尾随空格?

转载 作者:太空狗 更新时间:2023-10-29 21:48:34 25 4
gpt4 key购买 nike

我有这个:

public void Scale(float amount);

但我想要这个:

public void Scale( float amount );

如果我也可以将规则应用于现有的 C# 文件,那就最好了。

最佳答案

您可以通过以下设置启用空格:

VS
1.打开 VS 文本编辑器(工具=>选项=>编辑器)
2.选择你的语言。例如(C#->Formatting->spacing)
3.然后勾选Insert space within argument list parentheses

VS代码:
1.打开 VS 用户设置(文件 > 首选项 > 用户设置)。
2.将新的 "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true, 设置添加到右侧的用户设置文档(如果尚不存在)。
3.保存用户设置文件。
4.在右下角的工具栏中,您将看到如下所示的项目: enter image description here
5.点击后会出现语言列表,选择TypeScript。
6.按 Shift+ Alt+ F

关于c# - 如何在 Visual Studio Code 中的 C# 函数声明括号中设置自动前导/尾随空格?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51054705/

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