Hi,
Is it possible to detect syntax errors such as the following?
int NumberOfItems = "cat";
Also is it possible to configure it to sort out whitespaces
string YourName = "David";
When you press the semicolon key in Visual Studio it automatically sorts out the formatting of the line.
Thanks,
Dave