How to solve Xamarin intellisense problem in Visual Studio?



Hello guys, today we will learn about how to solve the intellisense problem in visual studio.After the recent update of Xamarin in which PCL projects are updated into the .netStandard framework projects,most of the users are getting problem in intellisense especially in the Xaml files.

In order to solve this problem you just have to follow the simple steps which are mentioned below:

> Right click on the .netStandard project and unload the project. 


                                              
   

> Select the Edit (yourprojectname).csproj file. 


> Comment all the code which contains Condition=" '$(EnableDefaultCompileItems)'


> Save the file and Reload the project.

> Rebuild the solution and everything works like charm.

Note: If there is problem while rebuilding or the intellisense still not working than just restart the visual studio and clean all the projects and try rebuild again.

Comments

  1. Woah!! Such a piece of the nice information you have shared here, I have read the entire post and I must say that the information is very helpful for me.
    Xamarin Development services in Indore

    ReplyDelete

Post a Comment

Popular posts from this blog

FilePicker In Xamarin Forms

How to Use Media Picker In Xamarin Forms Portable

Scrolling Problem ListView in ScrollView (Solved)