XAML IntelliSense not working in VS15

Does anyone know if something has happened with IntelliSense on VisualStudio 2015? I developed my application using VS13, and worked fine with ReSharper IS, after installing VS15 it no longer works (see the figure below).

enter image description here

The same code worked without errors, and now I get it ... By the way, this is the new VS15 installation in the new W8.1 Pro installation. I tried reinstalling ReSharper, but it still doesn't work! Does anyone know how to solve this? What am I doing wrong?

Thanks.

+6
source share
1 answer

On the official Xamarin.Forms forum, there is also a topic with the same problem.

https://forums.xamarin.com/discussion/46185/visual-studio-2015-intellisense-regression-when-editing-xaml-files

Latest answer from XamarinHQ:

"Hello everyone, Intellisense for Xamarin.Forms. XAML files in VS 2015 really use a different approach from the" Xamarin.Forms Intellisense "extension, which is used in VS 2013.

The new approach depends on updating the Xamarin.Forms NuGet package. The new NuGet package that includes these dependencies has not yet been released (the Xamarin.Forms team works to prepare it for release as soon as possible).

So, we need to wait until Xamarin.Forms is updated :(

UPDATE : XamarinHQ hopes the Xamarin.Forms pre-promotion will arrive on Monday July 27th.

+3
source

All Articles