问题
I recently installed VS2017. I cannot get Intellisense to work in a fresh WebViewApp (Android).
http://www.youtube.com/watch?v=5GABoJjSQOA
How can I solve this issue?
回答1:
I cannot get Intellisense to work in a fresh WebViewApp (Android).
You could double-check if the following steps change the behavior :
Close all open tabs in the project.
Quit Visual Studio.
Reopen the solution in Visual Studio.
Right-click the XAML file (in your case is
RazorView.cshtml
) in the Solution Explorer and then selectOpen With...
>Source Code (Text) Editor
as before.
来源:https://stackoverflow.com/questions/46508002/xamarin-razor-webview-template-missing-reference