I'm using Visual Studio 2015 Update 3 and Xamarin 4.2.1.62 (the latest stable). The issue I have is that when editing a Xamarin Forms file (.xaml), I don't get IntelliSense for all elements' attributes. For example, with StackLayout
, I get suggestion for Orientation
, but not for HorizontalOptions
or BackgroundColor
(although both are definitely valid attributes):
I've tried all the different suggestions from this question: Cannot get Xamarin Xaml Intellisense working in VS 2015, but no luck:
- The suggested extension is no longer available.
- I don't use ReSharper.
- When I try to open the XAML file by right clicking -> Open with... and selecting XAML Designer, I get an error saying "The file cannot be opened with the selected editor. Please choose another editor."
Is there some way to get the IntelliSense working for all attributes? Or is this normal currently?