axmlでintellisenseが有効にならない

axmlでintellisenseが有効にならなかったので有効になるようにする方法

基本的にこちら
Android .axml ファイルでは、Intellisense を有効にする方法は? - Xamarin | Microsoft Docs

ただ
android-layout-xml.xsd
schemas.android.com.apk.res.android.xsd
が見つからなかったのでGithubから

GitHub - atsushieno/monodroid-schema-gen: IT IS A DEAD PROJECT, obsoleted by https://github.com/atsushieno/xamarin-android-shema-generator

android-layout-xml.xsd、schemas.android.com.apk.res.android.xsdを以下のフォルダに保存
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Xml\Schemas

xml -> shcemaから先ほど追加したファイルを有効にする
f:id:mo121_7:20180502211750p:plain

そうするとintellisenseが有効になります f:id:mo121_7:20180502211019p:plain