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?
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?
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 select Open With...
> Source Code (Text) Editor
as before.