Expression Blend add-in that adds IntelliSense for editing XAML files.
Installation
- Extract the contents of installation archive in your Blend 2.5 installation folder (typically %ProgramFiles%\Microsoft Expression\Blend 2.5 June 2008 Preview)
- Run Blend from the Blend.bat file that was extracted into Blend's installation folder. (The only way to run an add-in in Blend is to use a command line argument: -addin: pathtothe_addin - in our case -addin:Addins\Expression.Blend.IntelliSense.dll. You can also create a shortcut to Blend and pass this argument.)
Limitations
- You should have Blend 2.5 June Preview (Version 2.1.1535) - available for free download here. The addin did not run on Expression Blend 2.0.
- No support for custom namespace types and custom attached properties.
- Currently the Silverlight support is not accurate, because it is using the WPF XML schema for IntelliSense information.
|