Answered by:
Intellisense Problem in XAML

Question
-
Hi guys,
I have a problem with intellisense in XAML file.
When I declare any object type in XAML of the same namespace but located in different file, same project - there is no more intellisense after this declaration.
May be someone is familier with this problem.
Appreciate your help, Irina
<Window x:Class="LadarUI.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ladar="clr-namespace:LadarUI"><StackPanel>
<ladar:LadarStatusBarCtrl />
</StackPanel>Wednesday, October 4, 2006 6:40 PM
Answers
-
At this point, the Intellisense support for XAML is still flaky. I find that whenever a custom data type is used in XAML, the Intellisense drops out for the scope of that element/object. I assume that by the final release of v1, MS will fix this issue. But until then, enjoy the opportunity to memorize property and enum value names! :)Wednesday, October 4, 2006 7:28 PM
-
Wednesday, October 4, 2006 7:38 PM
All replies
-
At this point, the Intellisense support for XAML is still flaky. I find that whenever a custom data type is used in XAML, the Intellisense drops out for the scope of that element/object. I assume that by the final release of v1, MS will fix this issue. But until then, enjoy the opportunity to memorize property and enum value names! :)Wednesday, October 4, 2006 7:28 PM
-
Wednesday, October 4, 2006 7:38 PM
-
Thanks for everyone.
Hope in the final release of v1 there will not be this problem any more.
Irina
Thursday, October 5, 2006 1:13 PM