<?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: Mukitur Rahman Ashik</title>
    <description>The latest articles on DEV Community by Mukitur Rahman Ashik (@mukiturrahman).</description>
    <link>https://dev.to/mukiturrahman</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%2F518918%2Ffe86b23b-a99a-4095-b28a-704b22486229.jpeg</url>
      <title>DEV Community: Mukitur Rahman Ashik</title>
      <link>https://dev.to/mukiturrahman</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mukiturrahman"/>
    <language>en</language>
    <item>
      <title>💻My Web Development VS Code Settings, theme, Extensions</title>
      <dc:creator>Mukitur Rahman Ashik</dc:creator>
      <pubDate>Sun, 04 Jul 2021 12:26:55 +0000</pubDate>
      <link>https://dev.to/mukiturrahman/my-web-development-vs-code-settings-theme-extensions-4ff1</link>
      <guid>https://dev.to/mukiturrahman/my-web-development-vs-code-settings-theme-extensions-4ff1</guid>
      <description>&lt;p&gt;I have been using VS-Code since I started programming. According to my knowledge it is most searched Code editor in the world. There are some excellent reasons for that&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;VS Code feels fast. It is tough to get vs code to slow down. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Document search is really quick. It feels moment. It's as if there's no such thing as a wait time.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It's small and light, but it comes with the majority of the features you'll need. File searching, debugging, and a simple git GUI are all available.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Theme and customization assistance is excellent. In vs code, you can pretty much alter everything.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Excellent extensions! Consider what kind of extension you'll require. That's right, vs code has it!&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Theme, File icons, Font-family, and Extensions
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Theme
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=jolaleye.horizon-theme-vscode"&gt;Horizon Theme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=diego-ferreira.monodracula"&gt;Monokai Dracula&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme"&gt;Github Theme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  File Icons
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme"&gt;Material Icon Theme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Fonts
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.jetbrains.com/lp/mono/"&gt;JetBrains Mono&lt;/a&gt; - I'm using this font for quite a long time. It looks clean to me and has ligatures support.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Extensions
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments"&gt;Better Comments&lt;/a&gt; - Better Comments extension will help you create more human-friendly comments in your code.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2"&gt;Bracket Pair Colorizer 2&lt;/a&gt; - This extension allows matching brackets to be identified with colours. The user can define which tokens to match, and which colours to use.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode"&gt;Discord Presence&lt;/a&gt; - It update your discord status with a rich presence.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer"&gt;Live Server&lt;/a&gt; - Launch a development local Server with live reload feature for static &amp;amp; dynamic pages&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode"&gt;Prettier - Code formatter&lt;/a&gt; - Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=ChakrounAnas.turbo-console-log"&gt;Turbo Console Log&lt;/a&gt; - This extension make debugging much easier by automating the operation of writing meaningful log message.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager"&gt;Project Manager&lt;/a&gt; - Easily switch between projects&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=ionutvmi.path-autocomplete"&gt;Path Autocomplete&lt;/a&gt; - Provides path completion for visual studio code.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Settings
&lt;/h2&gt;

&lt;p&gt;I don't use the UI version of the settings interface. I like to manually edit the JSON file. To open the JSON file of your settings press &lt;code&gt;crtl&lt;/code&gt;+&lt;code&gt;shift&lt;/code&gt;+&lt;code&gt;p&lt;/code&gt;, and then type &lt;code&gt;settings.json&lt;/code&gt;. This will open your &lt;code&gt;settings.json&lt;/code&gt; file of your settings and you can edit it like any other JSON files. So here i'm Sharing my &lt;code&gt;settings.json&lt;/code&gt; file i'm using right now.&lt;/p&gt;

&lt;blockquote&gt;
&lt;h3&gt;
  
  
  Note:-
&lt;/h3&gt;

&lt;p&gt;To use my &lt;code&gt;settings.json&lt;/code&gt; you need to have all the extensions and fonts I use to properly use my JSON files.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mukiturrahman/VS-Code-Settings-JSON/blob/52724f4dc17ada54f19883696579601e4b1a7158/settings.json"&gt;settings.json&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Thanks for reading!
&lt;/h3&gt;

&lt;p&gt;Connect With ME&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.instagram.com/iiurusaii/"&gt;Instagram&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/mukiturrahman"&gt;Github&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.facebook.com/Dead.Haxxor/"&gt;Facebook&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.linkedin.com/in/mukitur-rahman-ashik-870756213/"&gt;Linkedin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
  </channel>
</rss>
