Intellisense only showing methods of System.Object

Options
scottw512
edited September 2012 in General
Hi,
I'm successfully using the RavenDB LinqPad plugin, but the LINQ extension methods like .Where and .OrderBy are not showing up. I only see the System.Object methods, like ToString() and GetHashCode(). I added a using for System.Linq but that didn't help. does anyone have any suggestions?
Thanks, Scott

Comments