
In the WPF Studio 2011.2 build that was just released, we added resolver and IntelliPrompt support for anonymous types. Now the add-on supports those features for extension methods, lambdas, and anonymous types. All of those things are the building blocks for future LINQ IntelliPrompt!
Anonymous Type IntelliPrompt Examples
Let's see some examples of automated IntelliPrompt for anonymous types.

In this screenshot, we have implicitly declared a variable anon as an anonymous type. The anonymous type's properties are initialized using a variable, and a couple assignment. Hovering over anon to display quick info reveals anon as an anonymous type. More...

WPF Studio 2011.2 build 551 has been released and is now available for download.
This maintenance release fixes a couple bugs introduced in the previous build related to WPF/WinForms interop so it is highly recommended as an immediate download if you use our WPF products in a WinForms app or use interop controls in Docking/MDI.
The SyntaxEditor .NET Languages Add-on adds resolver and IntelliPrompt support for anonymous types.
Docking/MDI adds a highly-requested WindowStateChanged event, that is raised when a docking window's state has changed.
See the announcement post for the detailed list of enhancements and updates.
