All .cs file in my Xamarin project are Miscellaneous files http://prntscr.com/cp3q4w . I have no Quick Actions and Refactorings support, and it seems like there is somehow missing reference to Xamarin.Forms http://prntscr.com/cp3qzr ,but i dont get compile error for not recognizing xamarin components. This is Xamarin.Forms Shared project.
Tried with this solution: i) Clear the cache ii) Open the solution iii) Unload all projects iv) Load Android project and then fix nuget references v) Once the references were fixed, I loaded the shared project. Now everything seems to work. But, didn't succeed.
Anyone had similar problem? Any suggestions for solution? Thanks.