Previously in UWP apps I had used a code snippet that generated an event handler and linked it to a xaml control's event. For instance, a button and I type Click and it prompts me to create a new event handler. In Xamarain forms, I get the same thing in UWP version of the app, but not in the MainPage.xaml inside the first project. In other words, if my app is named WorkingDemo, the snippet works in WorkingDemo.UWP project, but not in WorkingDemo. In previous versions this section was called the PCL i believe. Also, if I type out:
Click=""
and put my cursor between the quote and hit ctrl+space nothing happens at all.