As the title says, I moved my Xamarin Forms Views (XAML) to its own Project (Project.Forms.UI) so that I could keep the Project.Core clean and not have a dependency on the Xamarin.Forms nuget. The other reason is to that I can have multiple UI clients, which won't necessarily be Forms based, and also to asisst in white labeling the project.
Doing this has broken Intellisense in the XAML files for Visual Studio for Mac.
It works in Visual Studio 2017 for Windows, but obviously I'm on Mac.
Any ideas how to solve this?