Basic setup for XML on VS Code

Shifa S

Cover Image from Icons8 Lunacy
XML is Extensible Markup Language like HTML but with customizable tags.
Visual Studio Code (VS Code) is a code editor. You can Install it with this link Download
Following are the steps
1) Open VS Code 2) Open any folder where you would like to save your file 3) Create a new file with .xml extension
4) Below is a simple xml code
5) On the left bar of VS Code, you will see an extension option 6) Search for “XML”. You can install any extension based on your requirements. For now, we are installing the second option, which is “XML Tools”.
7) After installation, right-click in the XML file and you will see the "Format Document" option.
8) On clicking "Format Document," your XML file gets formatted
In this way, you can easily format your XML file in VS Code. Thank you!!!
Like this project
0

Posted Dec 6, 2024

Formatting your XML file

Likes

0

Views

8

Your First Hello World! with HTML
Your First Hello World! with HTML
Inspecting Contents on a Website
Inspecting Contents on a Website