Search
Setup for Free
C
C#
•
14mo ago
yourFriend
How to open brace on new line by default for C# or any language in vs code?
I want this by default
:
if(condition) { code here; }
if(condition) { code here; }
Instead of
:
if(condition){ code here; }
if(condition){ code here; }
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,134
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
if(condition)
{
code here;
}
if(condition)
{
code here;
}
if(condition){
code here;
}
if(condition){
code here;
}
Similar Threads
Open brace on new line for new Control Blocks not working
C
C# / help
14mo ago
Move Line Up in C# TextBox like in VS
C
C# / help
3y ago
Vs2022 - Any way to change icons back to vs2019 or less?
C
C# / help
3y ago