<?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>Forem: Sidhhh</title>
    <description>The latest articles on Forem by Sidhhh (@sidhhh).</description>
    <link>https://forem.com/sidhhh</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%2F676737%2Fa66a12f0-eebc-4752-ad92-e071a4883088.png</url>
      <title>Forem: Sidhhh</title>
      <link>https://forem.com/sidhhh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/sidhhh"/>
    <language>en</language>
    <item>
      <title>Visual Studio Code Tips &amp; Tricks </title>
      <dc:creator>Sidhhh</dc:creator>
      <pubDate>Sat, 31 Jul 2021 05:28:10 +0000</pubDate>
      <link>https://forem.com/sidhhh/fun-vs-code-tips-tricks-nag</link>
      <guid>https://forem.com/sidhhh/fun-vs-code-tips-tricks-nag</guid>
      <description>&lt;p&gt;Visual Studio Code is a popular code editor used by many devs since it is powerful, minimal, and open source. &lt;/p&gt;

&lt;p&gt;Here is a list of VS code tricks &amp;amp; tips.&lt;br&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Command Palette
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Open the command palette by combining ctrl + shift + p.&lt;/li&gt;
&lt;li&gt;The Command Palette allows you to access various available commands just by typing a keyword instead of navigating through menus.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Launching VS Code from Command Line
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Open the command palette (ctrl + shift + p) and type &lt;strong&gt;shell command&lt;/strong&gt; and Install 'code' command in PATH command.&lt;/li&gt;
&lt;li&gt;Now open your preferred terminal and type &lt;strong&gt;code&lt;/strong&gt; in any folder and start editing!&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Split View
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;If you are working on two different files of the same project then split view is a lot helpful here.&lt;/li&gt;
&lt;li&gt;Split View can be customized based on your preference.&lt;/li&gt;
&lt;li&gt;You can enable this by selecting &lt;strong&gt;View &amp;gt; Editor Layout &amp;gt; Split Up&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Edit multiple lines simultaneously
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;In VS Code you can edit multiple lines by adding cursor to a different location. This is very useful if you are gonna edit the same code in different lines.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Integrated Terminal
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;VS Code has an integrated terminal that is accessible by combining &lt;strong&gt;ctrl + shift + `&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Plugins &amp;amp; Themes
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;VS Code has a rich plugin API that enables users to build cool plugins&lt;/li&gt;
&lt;li&gt;You can install them from VS code marketplace link &lt;a href="https://marketplace.visualstudio.com/search?target=VSCode&amp;amp;category=Themes&amp;amp;sortBy=Relevance"&gt;here&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Top 5 VS Code plugins
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Prettier&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Prettier is an opinionated code formatter, supports multiple languages, and integrates with most editors.&lt;br&gt;
If you wanna keep your code clean then this is a must!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live Server&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Live Server launches a development local Server with live reload feature for static &amp;amp; dynamic pages when running javascript&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Debugger for Chrome&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A VS Code extension to debug your JavaScript code in the Google Chrome browser, or other targets that support the Chrome DevTools Protocol.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bracket Pair Colorizer&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This extension allows matching brackets to be identified with colors. The user can define which characters to match, and which colors to use.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TODO Highlight v2&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Highlight TODO, FIXME: and any other annotations you wish within your code in VSCode. This extension helps you to stay productive and stay organized.&lt;/p&gt;

&lt;p&gt;If I missed something, or you want to show me something else, feel free to write a comment.&lt;br&gt;
Happy coding!&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>vscode</category>
    </item>
  </channel>
</rss>
