In Visual Studio 2013, there were quite a few changes/enhancements to XAML Intellisense. Prior posts covered the most noticed new features … this post covers some of the other changes to Intellisense for XAML. Prior posts on XAML Intellisense: Intellisense for Resources Intellisense for Binding Expressions Intellisense for Bindings and the Data Context This post […]
XAML: Intellisense for Bindings And the Data Context
The new Intellisense for Binding expressions in Visual Studio 2013 (introduced in this prior post) provides a quick and effective way to add property bindings to your XAML. But it doesn’t "just work". You have to set the Data Context to enable Intellisense. To get Intellisense to work with Binding expressions, you need to provide […]
XAML: Intellisense for Bindings
Visual Studio 2013 provides Intellisense for your Binding expressions! One of the great things about XAML is its binding capabilities. But how much time have you wasted trying to find the correct name and spelling of properties for your bindings? Not any more! The Binding mark-up extension now supports Intellisense! Move the cursor into the […]