Skip to content

Instantly share code, notes, and snippets.

@jsakamoto
Created June 23, 2014 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsakamoto/5a2c8e736bccb95b1839 to your computer and use it in GitHub Desktop.
Save jsakamoto/5a2c8e736bccb95b1839 to your computer and use it in GitHub Desktop.
How to enable Intelli Sense of .xml file by XSD on Visual Studio?
<?xml version="1.0" encoding="utf-16"?>
<root
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="full/path/of/.xsd">
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment