提问人:JustSmile 提问时间:7/8/2023 更新时间:7/8/2023 访问量:33
自上次更新以来,Visual Studio Mac 在 C# 中键入左大括号后跟“return”后,不会将光标放在新行上
Visual Studio Mac doesn't put the cursor on a new line after typing an open curly brace followed by "return" in C# since last update
问:
自上次更新以来,当我在大括号后点击“返回”时,它看起来像这样:
private void MyMethod() {
|<cursor is here>}
它看起来像什么,我希望它看起来像这样:
private void MyMethod()
{
|<cursor is here>
}
这篇文章中建议的解决方案对我不起作用:Visual Studio 新行大括号格式问题
答: 暂无答案
评论