I'm working from home and can't reach the server where my Resharper license is hosted, so Resharper is not working at the moment.
Without Resharper I don't see any develepment time compiler checks. So when I type
var test = new NonExistentClass();
I am not seeing any warning until I build the project. I assume this can be configured somewhere, but I can't find it.
Secondly, I am really missing the ability to CTRL + click method calls, variables and class names to jump directly to their declarations. Is this something Visual Studio 2010 is not capable of? I use this a lot and I must say I haven't seen a IDE that can't do this before, so I am hoping this also can be configured somewhere.