Solution Xamarin Forms Intellisense is not working inside Grid StackLayout etc
Solution Xamarin Forms Intellisense is not working inside Grid StackLayout etc Introduction: If you create Xamarin.Forms project, probably you may find there is a visual studio Intellisense issue inside of a layout(StackLayout, Grid.. etc) like below: But if you type in the root level of ContentPage, Intellisense will work properly like below If you found above issue, this article can explain you about how to fix the intellisense issue inside of a StackLayout or Grid. Requirements: When the time of this article, I am using Visual Studio 2015 Enterprise Update 3. This article is prepared on Windows 10 machine. This article was prepared by taking sample which was Xamarin.Forms PCL project. Note: Please install the latest updates of visual studio, for getting better improvements in intellisense Description: There is a plugin available for Visual Studio to enable intellisense for Xamarin.Forms XAML. And also we need to follow few steps below to make intellisense wor...