Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing Intellisense in VS 2015 RC for Xaml

Having been quite spoilt by this excellent add on for VS 2013, it has come of something of a shock to find that there is absolutely no Xaml intellisense when using vs 2015 RC.

in the options I have made sure that it is selected:

enter image description here

and that the designer is used as the default when editing my views;

enter image description here

I have started and restarted Visual Studio several times and yet intellisense remains stubbornly inactive when creating Xaml ( NB it is fine when writing either VB or C# code).

Has anyone else experienced this and found a solution?. Visual Studio 2013 is still on my machine, but the two should work happily side by side, indeed my experience is that they do bar this little matter of no intellisense for xaml.

Thanks

like image 933
Dom Sinclair Avatar asked Jun 11 '15 08:06

Dom Sinclair


1 Answers

Uncheck Enable XAML designer, restart VS; then check Enable XAML designer again and restart VS again, the Intellisense comes out. This works for me. :)

like image 60
user1108069 Avatar answered Nov 11 '22 21:11

user1108069