<?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: Hannes Calitz</title>
    <description>The latest articles on DEV Community by Hannes Calitz (@heyitshannes).</description>
    <link>https://dev.to/heyitshannes</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%2F20234%2Fa49a68e5-e9c7-46c2-b969-012ac67e9cc2.jpg</url>
      <title>DEV Community: Hannes Calitz</title>
      <link>https://dev.to/heyitshannes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/heyitshannes"/>
    <language>en</language>
    <item>
      <title>For anyone struggling with code folding on JS files in Visual Studio 2017</title>
      <dc:creator>Hannes Calitz</dc:creator>
      <pubDate>Thu, 15 Jun 2017 11:44:09 +0000</pubDate>
      <link>https://dev.to/heyitshannes/for-anyone-struggling-with-code-folding-on-js-files-in-visual-studio-2017</link>
      <guid>https://dev.to/heyitshannes/for-anyone-struggling-with-code-folding-on-js-files-in-visual-studio-2017</guid>
      <description>

&lt;p&gt;Since installing Visual Studio 2017 I have been struggling to get my code folding to work in Javascript. I can't begin to explain how many hours I have wasted trying to find a solution for a problem I was having, and trust me, I have Googled like mad. So in an attempt to help someone who might be struggling with the same issue and kind find the answer, here are the steps I took to fix it.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open a .JS file.&lt;/li&gt;
&lt;li&gt;In the editor window, right click and navigate to Outlining &amp;gt; Stop Outlining.&lt;/li&gt;
&lt;li&gt;Right click again and navigate to Outlining &amp;gt; Start Automatic Outlining.&lt;/li&gt;
&lt;li&gt;Close the file, and reopen it.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The issue should not be fixed. It's a simple trick, and I have no idea why outlining does this, but hey, this fixes the issue.&lt;/p&gt;


</description>
      <category>javascript</category>
      <category>visualstudio</category>
    </item>
  </channel>
</rss>
