Autocomplete xml tags in VSCode based on xml schema

Does VSCode use some kind of XML-based autocomplete like standard Visual Studio? If not, is there an extension that implements this function?

+11
xml xsd visual-studio-code
source share
1 answer

Unfortunately, they do not have their own xml completion tool.

Please use this extension:

https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag

+1
source share

All Articles