<?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: Constantin Boulanger</title>
    <description>The latest articles on DEV Community by Constantin Boulanger (@sinepel).</description>
    <link>https://dev.to/sinepel</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%2F209277%2Fd93a1dc5-2851-4d7c-9034-0c7dcb043fb4.png</url>
      <title>DEV Community: Constantin Boulanger</title>
      <link>https://dev.to/sinepel</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sinepel"/>
    <language>en</language>
    <item>
      <title>My favorite extensions for Visual Studio Code</title>
      <dc:creator>Constantin Boulanger</dc:creator>
      <pubDate>Thu, 29 Oct 2020 13:37:13 +0000</pubDate>
      <link>https://dev.to/sinepel/my-favorite-extensions-for-visual-studio-code-d30</link>
      <guid>https://dev.to/sinepel/my-favorite-extensions-for-visual-studio-code-d30</guid>
      <description>&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%2F9zgqcxght3dj7nlzukb6.jpg" 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%2F9zgqcxght3dj7nlzukb6.jpg" alt="Visual Studio Code"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;If you want to read the French version of the article, it's here! &lt;a href="https://constantin-boulanger.fr/mes-extensions-favorites-pour-visual-studio-code/" rel="noopener noreferrer"&gt;Mes extensions favorites pour Visual Studio Code&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I use VS Code since almost its release. I'll spare you all the justifications and reasons why I use it except that it's the code editor with which I'm most comfortable.&lt;/p&gt;

&lt;p&gt;I put a non-exhaustive list of extensions that I use daily to make my code writing cleaner and more efficient.&lt;/p&gt;

&lt;h2&gt;
  
  
  Apache Conf Snippets
&lt;/h2&gt;

&lt;p&gt;Useful extension if you regularly edit .htaccess files. It's a set of shortcuts that will make your life easier.&lt;/p&gt;

&lt;p&gt;Extension &lt;a href="https://marketplace.visualstudio.com/items?itemName=eiminsasete.apacheconf-snippets" rel="noopener noreferrer"&gt;Apache Conf Snippets Visual Studio Code&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Apache Conf
&lt;/h2&gt;

&lt;p&gt;Additional extension from the previous one. It will allow you to have a syntactic coloring of the Apache files, including the .htaccess file&lt;/p&gt;

&lt;p&gt;Extension &lt;a href="https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-apache" rel="noopener noreferrer"&gt;Apache Conf Visual Studio Code&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Beautify
&lt;/h2&gt;

&lt;p&gt;An extension that does exactly what it is asked, namely, beautify javascript files, JSON, CSS, Sass, and HTML&lt;/p&gt;

&lt;p&gt;Extension &lt;a href="https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify" rel="noopener noreferrer"&gt;Beautify Visual Studio Code&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Beautify css/sass/scss/less
&lt;/h2&gt;

&lt;p&gt;Extension that does exactly what we call indicates&lt;/p&gt;

&lt;p&gt;Extension &lt;a href="https://marketplace.visualstudio.com/items?itemName=michelemelluso.code-beautifier" rel="noopener noreferrer"&gt;Beautify css/sass/scss/less&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Smarty
&lt;/h2&gt;

&lt;p&gt;I work on &lt;a href="https://constantin-boulanger.fr/prestashop/" rel="noopener noreferrer"&gt;Prestashop&lt;/a&gt; most of my day and so I have to edit smarty files. This function therefore ensures the support of .tpl files&lt;/p&gt;

&lt;p&gt;Extension &lt;a href="https://marketplace.visualstudio.com/items?itemName=imperez.smarty" rel="noopener noreferrer"&gt;Smarty Visual Studio Code&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Twig
&lt;/h2&gt;

&lt;p&gt;Same extension as the previous one but for supporting Twig files, especially used by Symfony (and Prestashop 1.7)&lt;/p&gt;

&lt;p&gt;Extension &lt;a href="https://marketplace.visualstudio.com/items?itemName=whatwedo.twig" rel="noopener noreferrer"&gt;Twig Visual Studio Code&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  PHP Symbols
&lt;/h2&gt;

&lt;p&gt;A simple but effective extension that allows, via the Ctrl shortcuts - Shift - O to have the list of functions and classes of a PHP file. Essential:)&lt;/p&gt;

&lt;p&gt;Extension &lt;a href="https://marketplace.visualstudio.com/items?itemName=linyang95.php-symbols" rel="noopener noreferrer"&gt;PHP Symbols Visual Studio Code&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Log File Highlighter
&lt;/h2&gt;

&lt;p&gt;Extension absolutely essential when you have to read log files. Whether it's system logs or Apache logs.&lt;/p&gt;

&lt;p&gt;Extension &lt;a href="https://marketplace.visualstudio.com/items?itemName=emilast.LogFileHighlighter" rel="noopener noreferrer"&gt;Log File Highlighter Visual Studio Code&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  MDTools
&lt;/h2&gt;

&lt;p&gt;An extension that I created several years ago and which still serves me today. It is essentially a compilation of Visual Studio Code snippets for Prestashop that save me time. Don't hesitate if you want me to add or contribute to it!&lt;/p&gt;

&lt;p&gt;I use it to develop my &lt;a href="https://constantin-boulanger.fr/en/best-modules-prestashop/" rel="noopener noreferrer"&gt;Prestashop Addons&lt;/a&gt; !&lt;/p&gt;

&lt;p&gt;Extension &lt;a href="https://marketplace.visualstudio.com/items?itemName=constantin-boulanger-code.mdtools" rel="noopener noreferrer"&gt;MDTools&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These are the extensions I use at least once a day. I have a few for WordPress and other functions but I rarely use them! :)&lt;/p&gt;

&lt;p&gt;If you have more to offer, don't hesitate!&lt;/p&gt;

&lt;p&gt;Image: StockSnap / Pixabay&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>php</category>
      <category>symfony</category>
      <category>dev</category>
    </item>
  </channel>
</rss>
