AutoCorrect in Orcas?
Check it out - when I accidentally mistype the word "string" as "strign" in Visual C# Express 2008 beta 2, it automatically corrects it for me! It doesn't do that in 2005! I don't think I've seen any references to AutoCorrect in Orcas ... that's pretty impressive!
Comments
# andrew
3/08/2007 10:01 PM
It might be just me out on this limb, but could you try and see if it autocorrects references to one of your own classes and methods?
That I would be interested to know.
(But yeah pretty groovy)
# mabster
3/08/2007 10:32 PM
Ah - I see what's happening now.
I was typing "strign" whilst using the "prop" code snippet to define a property. Because the closest match in the intellisense was "string", it was choosing that when I hit tab to go to the property name.
When I try typing "strign" just out of the blue it doesn't AutoCorrect.
Makes you wonder how hard such a feature would be - but then it'd get annoying if you really did want to define a new strign. On the few occasions when you need a strign, you REALLY need it.