I spend some hours trying to find the solution, yet I could still not find one while seeing posts going back to 2013.
I have read and completed the guide to enable intellisense for android .axml files on this link:
https://kb.xamarin.com/customer/portal/articles/1920119-how-do-i-enable-intellisense-in-android-axml-files-
However, this only gave me suggestions for the main components, like EditText, TextView, etc. Basically everything that starts with a <
But how do I enable it for all the properties as well, like android:layout_height? They don't come up. Am I encountering a bug or is this not available?
How do I fix this bug or what custom plugin do I need to get this to work?
I have installed:
Visual Studio 2013 Ultimate (Update Version 4) and Visual Studio 2015 Enterprise (Update 1).
I have installed Xamarin versions:
Xamarin 3.11.1594.0 (a06d6d5)
Xamarin.Android 5.1.7.12 (53fce3730830417896a42f365a5ba35f1ee58d9d)
Besides that, after following those steps at the above link, I get 200+ errors about the schemes settings:
The global attribute 'http://schemas.android.com/apk/res/android:xxxxxx' has already been declared.
Thank you.