Say I'm writing function:
after I've pressed 'ENTER':
after formatting:
Is it possible after second step (pressing 'ENTER') to get result like in Visual Studio IDE? This result:
Say I'm writing function:
after I've pressed 'ENTER':
after formatting:
Is it possible after second step (pressing 'ENTER') to get result like in Visual Studio IDE? This result:
You can download microsoft c# extension in visual studio for formatting c# codes. After download you can write your c# codes, then only right click inside of code file and click Format document.