<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>matching braces | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/matching-braces/feed/" rel="self" type="application/rss+xml" />
	<link>https://learncgames.com</link>
	<description>A blog about C, programming games and my ebook(s).</description>
	<lastBuildDate>Sat, 04 Apr 2020 12:41:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://learncgames.com/wp-content/uploads/2020/03/cropped-favicon-32x32.png</url>
	<title>matching braces | Learn C Games Programming Blog</title>
	<link>https://learncgames.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">181446779</site>	<item>
		<title>A little trick in Visual Studio Code</title>
		<link>https://learncgames.com/a-little-trick-in-visual-studio-code/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-little-trick-in-visual-studio-code</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Sat, 11 Apr 2020 23:00:33 +0000</pubDate>
				<category><![CDATA[Source code]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<category><![CDATA[matching braces]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=352</guid>

					<description><![CDATA[<p>If you have a bit of nesting and you want to make sure your braces match up, Visual Studio code (VSC) can help you with that. Just drag the cursor over the left or right brace and it will highlight the corresponding brace. In the screenshot you can see the brace on the 2nd line [&#8230;]</p>
The post <a href="https://learncgames.com/a-little-trick-in-visual-studio-code/">A little trick in Visual Studio Code</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="size-full wp-image-353 alignleft" src="https://learncgames.com/wp-content/uploads/2020/04/matching-braces.png" alt="Matching braces in Visual Stduio Code" width="407" height="148" srcset="https://learncgames.com/wp-content/uploads/2020/04/matching-braces.png 407w, https://learncgames.com/wp-content/uploads/2020/04/matching-braces-300x109.png 300w" sizes="(max-width: 407px) 100vw, 407px" />If you have a bit of nesting and you want to make sure your braces match up, Visual Studio code (VSC) can help you with that.</p>
<p>Just drag the cursor over the left or right brace and it will highlight the corresponding brace. In the screenshot you can see the brace on the 2nd line and 5th lines are highlighted.</p>
<p><strong>Here&#8217;s a second trick.</strong> You can quite easily collapse code blocks. On the left below is uncollapsed code. Now move the cursor between 3 and typedef and a down arrow should appear. Click it and it will collapse the block. It now shows a right arrow and you click it to expand it back.</p>
<p><img decoding="async" class="alignleft size-full wp-image-372" src="https://learncgames.com/wp-content/uploads/2020/04/collapse_before.png" alt="Before Collapsing a block in C" width="275" height="105" /><br />
<img decoding="async" class="size-full wp-image-373 alignnone" src="https://learncgames.com/wp-content/uploads/2020/04/collapse_after.png" alt="Collapsed code" width="275" height="44" /></p>The post <a href="https://learncgames.com/a-little-trick-in-visual-studio-code/">A little trick in Visual Studio Code</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">352</post-id>	</item>
	</channel>
</rss>
