<?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>Blog Archive - Goliath</title>
	<atom:link href="https://goliathus.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://goliathus.co.uk/blog/</link>
	<description></description>
	<lastBuildDate>Fri, 24 Jul 2020 13:25:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>Top JavaScript VSCode Extensions for Faster Development</title>
		<link>https://goliathus.co.uk/blog/top-javascript-vscode-extensions-for-faster-development-3/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 24 Jul 2020 12:58:22 +0000</pubDate>
				<guid isPermaLink="false">https://goliathus.co.uk/?post_type=blog&#038;p=158</guid>

					<description><![CDATA[<p>VSCode is an open-source, cross-platform editor that has become a favourite of programmers, particularly in the Web Development community. It’s fast, extensible, customisable, and has tons of features. You should check it out if you haven’t already done it. Thousands of extensions have been made for VSCode. I am going to list a few extensions [&#8230;]</p>
<p>The post <a href="https://goliathus.co.uk/blog/top-javascript-vscode-extensions-for-faster-development-3/">Top JavaScript VSCode Extensions for Faster Development</a> appeared first on <a href="https://goliathus.co.uk">Goliath</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>VSCode is an open-source, cross-platform editor that has become a favourite of programmers, particularly in the Web Development community. It’s fast, extensible, customisable, and has tons of features. You should check it out if you haven’t already done it. Thousands of extensions have been made for VSCode. I am going to list a few extensions that I use on a day-to-day basis. Let’s begin!</p>
<h2>Quokka.js</h2>
<p><a href="#">Quokka.js</a> is a rapid prototyping playground for JavaScript and TypeScript. What that means is that it runs your code immediately as you type and displays various execution results in your code editor. Try it yourself. After installing this extension, you can press Ctrl/Cmd(⌘) + Shift + P to display the editor’s command palette, and then type Quokka to see the list of the available commands. Select and run the New JavaScript File command. You can also press (⌘ + K + J) to open the file directly. Anything you type in this file is executed immediately.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-154" src="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-1.jpg" alt="" width="800" height="500" srcset="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-1.jpg 800w, https://goliathus.co.uk/wp-content/uploads/2020/07/blog-1-300x188.jpg 300w, https://goliathus.co.uk/wp-content/uploads/2020/07/blog-1-768x480.jpg 768w, https://goliathus.co.uk/wp-content/uploads/2020/07/blog-1-512x320.jpg 512w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<h3>Similar Extensions —</h3>
<ul>
<li>Extension 1</li>
<li>Extension 2</li>
</ul>
<h2>Bracket Pair Colorizer and Indent Rainbow</h2>
<p>Brackets and parentheses are an inseparable part many programming languages. In a language such as JavaScript, a single page can have a barrage these characters with no easy mechanism to identify opening and closing pairs. Welcome Bracket Pair Colorizer and Indent Rainbow. These are two different extensions. However, they really make a good and beautiful couple. These extensions will fill your editor with a flurry of colours, and make the code blocks easily discernible and pleasing to the eyes. Once you get used to them, VSCode feels insipid, and bland without them.</p>

<a href='https://goliathus.co.uk/blog/top-javascript-vscode-extensions-for-faster-development/blog-2/'><img decoding="async" width="412" height="147" src="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-2.jpg" class="attachment-full size-full" alt="" srcset="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-2.jpg 412w, https://goliathus.co.uk/wp-content/uploads/2020/07/blog-2-300x107.jpg 300w" sizes="(max-width: 412px) 100vw, 412px" /></a>
<a href='https://goliathus.co.uk/blog/top-javascript-vscode-extensions-for-faster-development/blog-3/'><img decoding="async" width="412" height="147" src="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-3.jpg" class="attachment-full size-full" alt="" srcset="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-3.jpg 412w, https://goliathus.co.uk/wp-content/uploads/2020/07/blog-3-300x107.jpg 300w" sizes="(max-width: 412px) 100vw, 412px" /></a>

<p>Welcome Bracket Pair Colorizer and Indent Rainbow. These are two different extensions. However, they really make a good and beautiful couple. These extensions will fill your editor with a flurry of colours, and make the code blocks easily discernible and pleasing to the eyes. Once you get used to them, VSCode feels insipid, and bland without them.</p>
<div class="mceTemp"></div>
<div id="gtx-trans" style="position: absolute; left: -11px; top: 1257.06px;">
<div class="gtx-trans-icon"></div>
</div>
<p>The post <a href="https://goliathus.co.uk/blog/top-javascript-vscode-extensions-for-faster-development-3/">Top JavaScript VSCode Extensions for Faster Development</a> appeared first on <a href="https://goliathus.co.uk">Goliath</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Top JavaScript VSCode Extensions for Faster Development</title>
		<link>https://goliathus.co.uk/blog/top-javascript-vscode-extensions-for-faster-development-2/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 24 Apr 2020 12:58:28 +0000</pubDate>
				<guid isPermaLink="false">https://goliathus.co.uk/?post_type=blog&#038;p=159</guid>

					<description><![CDATA[<p>VSCode is an open-source, cross-platform editor that has become a favourite of programmers, particularly in the Web Development community. It’s fast, extensible, customisable, and has tons of features. You should check it out if you haven’t already done it. Thousands of extensions have been made for VSCode. I am going to list a few extensions [&#8230;]</p>
<p>The post <a href="https://goliathus.co.uk/blog/top-javascript-vscode-extensions-for-faster-development-2/">Top JavaScript VSCode Extensions for Faster Development</a> appeared first on <a href="https://goliathus.co.uk">Goliath</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>VSCode is an open-source, cross-platform editor that has become a favourite of programmers, particularly in the Web Development community. It’s fast, extensible, customisable, and has tons of features. You should check it out if you haven’t already done it. Thousands of extensions have been made for VSCode. I am going to list a few extensions that I use on a day-to-day basis. Let’s begin!</p>
<h2>Quokka.js</h2>
<p><a href="#">Quokka.js</a> is a rapid prototyping playground for JavaScript and TypeScript. What that means is that it runs your code immediately as you type and displays various execution results in your code editor. Try it yourself. After installing this extension, you can press Ctrl/Cmd(⌘) + Shift + P to display the editor’s command palette, and then type Quokka to see the list of the available commands. Select and run the New JavaScript File command. You can also press (⌘ + K + J) to open the file directly. Anything you type in this file is executed immediately.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-154" src="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-1.jpg" alt="" width="800" height="500" srcset="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-1.jpg 800w, https://goliathus.co.uk/wp-content/uploads/2020/07/blog-1-300x188.jpg 300w, https://goliathus.co.uk/wp-content/uploads/2020/07/blog-1-768x480.jpg 768w, https://goliathus.co.uk/wp-content/uploads/2020/07/blog-1-512x320.jpg 512w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<h3>Similar Extensions —</h3>
<ul>
<li>Extension 1</li>
<li>Extension 2</li>
</ul>
<h2>Bracket Pair Colorizer and Indent Rainbow</h2>
<p>Brackets and parentheses are an inseparable part many programming languages. In a language such as JavaScript, a single page can have a barrage these characters with no easy mechanism to identify opening and closing pairs. Welcome Bracket Pair Colorizer and Indent Rainbow. These are two different extensions. However, they really make a good and beautiful couple. These extensions will fill your editor with a flurry of colours, and make the code blocks easily discernible and pleasing to the eyes. Once you get used to them, VSCode feels insipid, and bland without them.</p>

<a href='https://goliathus.co.uk/blog/top-javascript-vscode-extensions-for-faster-development/blog-2/'><img loading="lazy" decoding="async" width="412" height="147" src="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-2.jpg" class="attachment-full size-full" alt="" srcset="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-2.jpg 412w, https://goliathus.co.uk/wp-content/uploads/2020/07/blog-2-300x107.jpg 300w" sizes="auto, (max-width: 412px) 100vw, 412px" /></a>
<a href='https://goliathus.co.uk/blog/top-javascript-vscode-extensions-for-faster-development/blog-3/'><img loading="lazy" decoding="async" width="412" height="147" src="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-3.jpg" class="attachment-full size-full" alt="" srcset="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-3.jpg 412w, https://goliathus.co.uk/wp-content/uploads/2020/07/blog-3-300x107.jpg 300w" sizes="auto, (max-width: 412px) 100vw, 412px" /></a>

<p>Welcome Bracket Pair Colorizer and Indent Rainbow. These are two different extensions. However, they really make a good and beautiful couple. These extensions will fill your editor with a flurry of colours, and make the code blocks easily discernible and pleasing to the eyes. Once you get used to them, VSCode feels insipid, and bland without them.</p>
<div class="mceTemp"></div>
<div id="gtx-trans" style="position: absolute; left: -11px; top: 1257.06px;">
<div class="gtx-trans-icon"></div>
</div>
<p>The post <a href="https://goliathus.co.uk/blog/top-javascript-vscode-extensions-for-faster-development-2/">Top JavaScript VSCode Extensions for Faster Development</a> appeared first on <a href="https://goliathus.co.uk">Goliath</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Top JavaScript VSCode Extensions for Faster Development</title>
		<link>https://goliathus.co.uk/blog/top-javascript-vscode-extensions-for-faster-development/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 24 Mar 2020 11:09:14 +0000</pubDate>
				<guid isPermaLink="false">https://goliathus.co.uk/?post_type=blog&#038;p=148</guid>

					<description><![CDATA[<p>VSCode is an open-source, cross-platform editor that has become a favourite of programmers, particularly in the Web Development community. It’s fast, extensible, customisable, and has tons of features. You should check it out if you haven’t already done it. Thousands of extensions have been made for VSCode. I am going to list a few extensions [&#8230;]</p>
<p>The post <a href="https://goliathus.co.uk/blog/top-javascript-vscode-extensions-for-faster-development/">Top JavaScript VSCode Extensions for Faster Development</a> appeared first on <a href="https://goliathus.co.uk">Goliath</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>VSCode is an open-source, cross-platform editor that has become a favourite of programmers, particularly in the Web Development community. It’s fast, extensible, customisable, and has tons of features. You should check it out if you haven’t already done it. Thousands of extensions have been made for VSCode. I am going to list a few extensions that I use on a day-to-day basis. Let’s begin!</p>
<h2>Quokka.js</h2>
<p><a href="#">Quokka.js</a> is a rapid prototyping playground for JavaScript and TypeScript. What that means is that it runs your code immediately as you type and displays various execution results in your code editor. Try it yourself. After installing this extension, you can press Ctrl/Cmd(⌘) + Shift + P to display the editor’s command palette, and then type Quokka to see the list of the available commands. Select and run the New JavaScript File command. You can also press (⌘ + K + J) to open the file directly. Anything you type in this file is executed immediately.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-154" src="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-1.jpg" alt="" width="800" height="500" srcset="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-1.jpg 800w, https://goliathus.co.uk/wp-content/uploads/2020/07/blog-1-300x188.jpg 300w, https://goliathus.co.uk/wp-content/uploads/2020/07/blog-1-768x480.jpg 768w, https://goliathus.co.uk/wp-content/uploads/2020/07/blog-1-512x320.jpg 512w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<h3>Similar Extensions —</h3>
<ul>
<li>Extension 1</li>
<li>Extension 2</li>
</ul>
<h2>Bracket Pair Colorizer and Indent Rainbow</h2>
<p>Brackets and parentheses are an inseparable part many programming languages. In a language such as JavaScript, a single page can have a barrage these characters with no easy mechanism to identify opening and closing pairs. Welcome Bracket Pair Colorizer and Indent Rainbow. These are two different extensions. However, they really make a good and beautiful couple. These extensions will fill your editor with a flurry of colours, and make the code blocks easily discernible and pleasing to the eyes. Once you get used to them, VSCode feels insipid, and bland without them.</p>

<a href='https://goliathus.co.uk/blog/top-javascript-vscode-extensions-for-faster-development/blog-2/'><img loading="lazy" decoding="async" width="412" height="147" src="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-2.jpg" class="attachment-full size-full" alt="" srcset="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-2.jpg 412w, https://goliathus.co.uk/wp-content/uploads/2020/07/blog-2-300x107.jpg 300w" sizes="auto, (max-width: 412px) 100vw, 412px" /></a>
<a href='https://goliathus.co.uk/blog/top-javascript-vscode-extensions-for-faster-development/blog-3/'><img loading="lazy" decoding="async" width="412" height="147" src="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-3.jpg" class="attachment-full size-full" alt="" srcset="https://goliathus.co.uk/wp-content/uploads/2020/07/blog-3.jpg 412w, https://goliathus.co.uk/wp-content/uploads/2020/07/blog-3-300x107.jpg 300w" sizes="auto, (max-width: 412px) 100vw, 412px" /></a>

<p>Welcome Bracket Pair Colorizer and Indent Rainbow. These are two different extensions. However, they really make a good and beautiful couple. These extensions will fill your editor with a flurry of colours, and make the code blocks easily discernible and pleasing to the eyes. Once you get used to them, VSCode feels insipid, and bland without them.</p>
<div class="mceTemp"></div>
<div id="gtx-trans" style="position: absolute; left: -11px; top: 1257.06px;">
<div class="gtx-trans-icon"></div>
</div>
<p>The post <a href="https://goliathus.co.uk/blog/top-javascript-vscode-extensions-for-faster-development/">Top JavaScript VSCode Extensions for Faster Development</a> appeared first on <a href="https://goliathus.co.uk">Goliath</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
