Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Don't have intellisense in axml Xamarin

I don't have intelisense in visual studio (Xamarin).

I have tried to follow the steps on this post, but it didn't solve the problem.

THank you for your help

like image 733
user3631182 Avatar asked May 13 '14 06:05

user3631182


1 Answers

If you already tried the solution suggested in the post, then maybe you should give a try to:

1)Right click your .axml file

2)Click "Open with..."

3)Select "Automatic Editor Selector (XML)

I am not sure why but if you open it as an Android Designer (which is the default on my VS2013) and then go to the "Source" tab it doesn't work.

Hope this helps,

Cheers

like image 160
YKa Avatar answered Nov 02 '22 12:11

YKa