<?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: sese22</title>
    <description>The latest articles on DEV Community by sese22 (@tienloinguyen22).</description>
    <link>https://dev.to/tienloinguyen22</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%2F413681%2F06c7bccd-f607-497a-96d2-9ee9ebaf6191.jpeg</url>
      <title>DEV Community: sese22</title>
      <link>https://dev.to/tienloinguyen22</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tienloinguyen22"/>
    <language>en</language>
    <item>
      <title>Maybe you miss these cool VSCode extensions</title>
      <dc:creator>sese22</dc:creator>
      <pubDate>Sun, 31 Jan 2021 10:54:37 +0000</pubDate>
      <link>https://dev.to/tienloinguyen22/maybe-you-miss-these-cool-vscode-extensions-ji6</link>
      <guid>https://dev.to/tienloinguyen22/maybe-you-miss-these-cool-vscode-extensions-ji6</guid>
      <description>&lt;p&gt;I have been working as a Software Developer for 3y+, in that time VSCode is always my 1st choice of editor for JS/TS stack.&lt;/p&gt;

&lt;p&gt;One of the things that make VSCode stand out to other Editors is its extension marketplace. In this post, I'm gonna show you some of the extensions that I find most useful to my workflow.&lt;/p&gt;




&lt;h3&gt;
  
  
  1. Pair bracket colorizer
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fkcylkiur7kb9jzq5jtba.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fkcylkiur7kb9jzq5jtba.png" alt="Pair bracket colorizer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Maybe many of you have heard about it. This extension will match brackets color in pair so you can easily identify starting/ending point of a block of code. This becomes extremely useful whenever I have to copy/paste a block of code from one place to another.&lt;/p&gt;

&lt;p&gt;Sadly, when you're missing a bracket, the colors will become incorrect, so this can't help too much in debugging a missing bracket.&lt;/p&gt;




&lt;h3&gt;
  
  
  2. Git Ignore
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fm86kim6yuf4rddcz1lqz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fm86kim6yuf4rddcz1lqz.png" alt="Git Ignore"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Easily create a .gitignore file for your project from thousand of pre-made templates with just a command.&lt;/p&gt;

&lt;p&gt;Language support for .gitignore is also provided but I don't find any difference&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fvckgklyme757txp3425z.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fvckgklyme757txp3425z.gif" alt="Git Ignore Demo"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  3. Import Cost
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F035n19tbykoopkauw509.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F035n19tbykoopkauw509.png" alt="Import Cost"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you're a Front-End developer, optimizing bundle size is always an important task. This one will show import package size right after your import statement, helping you detect heavy libs immediately when you import it.&lt;/p&gt;

&lt;p&gt;After using this package, I also found out that for some package, importing the whole library vs import only the function you needed don't have any different because of the way the package author export them.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fu8b3b8ktasydg5h4bcaw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fu8b3b8ktasydg5h4bcaw.png" alt="Import Cost Demo"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  4. NPM Intellisense
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F99fizd0gbkixzl79wxey.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F99fizd0gbkixzl79wxey.png" alt="Npm Intellisense"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This extension will autocomplete NPM module when you write your import statement. It also provides actions for quick importing modules.&lt;/p&gt;

&lt;p&gt;I find this extension most useful when you have to import modules with extremely long name that you can't remember.&lt;/p&gt;




&lt;h3&gt;
  
  
  5. Paste and Indent
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fyhhnpi7nymogg9cpiays.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fyhhnpi7nymogg9cpiays.png" alt="Paste and Indent"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Have you ever felt annoying when copy &amp;amp; paste a piece of code into your project and all the indentation being messed up ? This extension will help indent your code to the correct indentation when you perform the "paste" action.&lt;/p&gt;

&lt;p&gt;After you install it, simply change "CMD + V" action into "pasteAndIndent.action" in your shortcut key settings&lt;/p&gt;

&lt;p&gt;The indentation is not 100% correct all the time, but still very useful to me&lt;/p&gt;




&lt;h3&gt;
  
  
  6. SQL Beautify
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fn7tb7pkr0pki9u121pwe.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fn7tb7pkr0pki9u121pwe.png" alt="SQL Beautify"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;VSCode was born for web development, especially Front-end side. If you like me working on both Front-end and Backed-end you will definitely have to work with SQL files sooner or later.&lt;/p&gt;

&lt;p&gt;This extension does the same as Prettier or Beautify but for .sql files. Under the hood, it uses a library name "vkbeautify".&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fiss19ar532vl04aqqttn.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fiss19ar532vl04aqqttn.gif" alt="SQL Beautify Demo"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  7. Turbo Console
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fijivncsj9mcje9lmid55.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fijivncsj9mcje9lmid55.png" alt="Turbo Console"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I know it's not a good practice to use console.log() for debugging purposes but if you're like me, debugging with console.log() most of the time, this ext can save you a lot of time writing those console.log().&lt;/p&gt;

&lt;p&gt;Simply put, it provides you with a keybinding for quickly add a console.log() in your JS/TS file. In my mac, I have modified this key binding into "Ctrl + C".&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fgr9yup7p65d7tdtnnnal.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fgr9yup7p65d7tdtnnnal.gif" alt="Turbo Console Demo"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  8. YAML by Red Hat
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F71m09h49cy3iz35z6don.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F71m09h49cy3iz35z6don.png" alt="YAML by Red Hat"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you have to work on .yaml/.yml file this one is a life saver. In the past, I had to work with an extremely long swagger docs written in YAML file without any formatter or language support, luckily, I found this.&lt;/p&gt;

&lt;p&gt;This extension provides YAML/YML validation, auto-complete and formatted.&lt;/p&gt;

&lt;p&gt;Happy Coding!!!!&lt;/p&gt;

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