Ive just moved from VB.Net to C#. I dont understand why people are using it/prefer it as it is soo much more time consuming!
In VB.NET, you simply type your code and VB.NET formats is as you go, For example:
removes unneccessary whitespace, automatically puts in brackets, tabs blocks of code, automatically creates the NEXT, END IF, statements for blocks.
and the opposite/nuiances in C# if you change the name of an event handler it creates a new one, doesnt rename the existing one you must have the () at the end of a method
and im sure theres more.
Why is C# backwards like this? Surely there must be a way to improve productivity somehow. Any ideas or free tools out there?