Cannot get Xamarin Xaml Intellisense working in VS 2015

前端 未结 10 2240
遇见更好的自我
遇见更好的自我 2020-12-07 01:18

I\'ve been trying to get intellisense working for quite some time now, and am unable to see anything outside of

!
![CDATA[
?
  • Visual
10条回答
  •  心在旅途
    2020-12-07 01:57

    I resolved this issue by doing a simple workaround and here is the solution.

    Right-click the XAML file in the Solution Explorer and select

    Solution 1: "Open With... > Source Code (Text) Editor".

    and in another time this also worked for me:

    Solution 2: "Open With... > Source Code (Text) Editor with Encoding"

    Actually, I found that for me it even worked by simply choose: Solution 2: "Open With... > Automatic Editor Selector (XML)" and then reopening VS.

    I also found that the problem began after editing .xaml file outside of VS, by right-clicking the file and choose "Edit".

提交回复
热议问题