<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Harry</title>
    <description>The latest articles on DEV Community by Harry (@harender24).</description>
    <link>https://dev.to/harender24</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F768546%2F3e26bab5-c3da-404e-8634-5efd590292de.png</url>
      <title>DEV Community: Harry</title>
      <link>https://dev.to/harender24</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/harender24"/>
    <language>en</language>
    <item>
      <title>Enable JSX Support in VS Code | React</title>
      <dc:creator>Harry</dc:creator>
      <pubDate>Sun, 05 Dec 2021 11:48:06 +0000</pubDate>
      <link>https://dev.to/harender24/enable-jsx-support-in-vs-code-react-46od</link>
      <guid>https://dev.to/harender24/enable-jsx-support-in-vs-code-react-46od</guid>
      <description>&lt;ol&gt;
&lt;li&gt;In VS Code, open any source folder and navigate to Settings:
&lt;strong&gt;Ctrl +, on Windows&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Go to the Workspace Settings tab.&lt;/li&gt;
&lt;li&gt;Select Emmet from the Extensions selection on the left sidebar.&lt;/li&gt;
&lt;li&gt;Select "Edit in settings.json" &lt;/li&gt;
&lt;li&gt;In the newly opened settings.json file, add the following lines.
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;{
   "emmet.includeLanguages": {
      "javascript": "javascriptreact"
   }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Emmet should now be enabled in all.js files!&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>react</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
