During my trial of ReSharper 5, I noticed its version of IntelliSense falls behind Visual Studio 2010's in three ways that were key to me:
- ReSharper doesn't support IntelliSense in the "QuickWatch..." debugger utility.
- ReSharper's IntelliSense seems to break down for me in .aspx files between the
<%= %>
tags. - I couldn't find a way to get a listing of properties within an object initializer block. (VS does this if you hit the space key.)
Thankfully ReSharper lets you use Visual Studio IntelliSense alongside its other great features. Am I missing out on anything great by not using ReSharper's IntelliSense?