Having spent the last couple of months playing with Visual Studio 2010 and enjoying all its benefits; I only just noticed a great new feature that I haven’t seen published anywhere and would probably never know about unless I had just happened to stumble on it like I did.
So it has got me thinking, there are probably a ton of new "little tricks" that you can employ in VS2010 that people aren’t aware of. Hopefully we can get a good list...
I'll start....
We all know that Visual Studio 2010 supports javascript intellisense but did you know that you could reference a javascript in another javascript file using the following code, thus enabling intellisense in independent and linked JS files?
/// <reference path="PathToJavascriptToReference.js" />