adelphes / android-dev-ext

Android debugging support for VS Code
https://marketplace.visualstudio.com/items?itemName=adelphes.android-dev-ext
MIT License
212 stars 29 forks source link

XML Intellisense Support #106

Open blackjyn opened 3 years ago

blackjyn commented 3 years ago

I've tried the ext and the Java Intellisense works flawlessly. However , the XML intellisence didn't work. Wouldn't it be great if the XML Intellisense is supported so we can edit the res/layout.xml and the like with ease?

adelphes commented 3 years ago

It would be great! I'd be happy to accept a PR that included support for this.

thunder-coding commented 3 years ago

I would like to do a PR on this. Any guides available?