<?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: saverio</title>
    <description>The latest articles on DEV Community by saverio (@savez).</description>
    <link>https://dev.to/savez</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%2F73534%2F011a9f34-bb36-4d9a-8d3c-df1a54395a0a.jpg</url>
      <title>DEV Community: saverio</title>
      <link>https://dev.to/savez</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/savez"/>
    <language>en</language>
    <item>
      <title>Editor for my code: VsCode!</title>
      <dc:creator>saverio</dc:creator>
      <pubDate>Thu, 01 Oct 2020 16:36:44 +0000</pubDate>
      <link>https://dev.to/savez/editor-for-my-code-vscode-3a6f</link>
      <guid>https://dev.to/savez/editor-for-my-code-vscode-3a6f</guid>
      <description>&lt;p&gt;In these years of development (&lt;em&gt;I mainly use JS, nodeJS, PHP&lt;/em&gt;) I tried various platforms to write code, I wanted to find the best solution that would help me in my work and allow me flexibility.&lt;br&gt;
I tried NetBeans, Eclipse, Coda, SublimeText, Atom, Brackets, PHPStorm/WEBStorm..&lt;br&gt;
Each of these had advantages and disadvantages and these “flaws” pushed me every time to change and try a new platform.&lt;/p&gt;

&lt;h1&gt;
  
  
  IDE or Editor?
&lt;/h1&gt;

&lt;p&gt;&lt;em&gt;On this question I know that many could unleash 😂.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The opinion that led me to choose an editor and in particular VsCode, (&lt;em&gt;nothing detracts that being always looking for the best platform I could change soon 😅&lt;/em&gt;) is that an IDE while being very convenient (&lt;em&gt;it has everything you need in one window&lt;/em&gt;) may not be at the top on all the tools that a person uses and so I prefer to go to specific tools for specific areas such as for example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Postman: for the part of API REST&lt;/li&gt;
&lt;li&gt;DBeaver: for the DB part&lt;/li&gt;
&lt;li&gt;Sourcetree or GitKraken: for git management (although VsCode has a great plugin for that!)&lt;/li&gt;
&lt;li&gt;FileZilla: as FTP service&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This led me to choose (after years of using PHPStorm) an editor.&lt;/p&gt;

&lt;h1&gt;
  
  
  Why (for now) I chose VsCode
&lt;/h1&gt;

&lt;p&gt;When I tried a new platform my points of choice are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ignition speed (up&amp;amp;running)&lt;/li&gt;
&lt;li&gt;File rendering speed&lt;/li&gt;
&lt;li&gt;Installable Plugins&lt;/li&gt;
&lt;li&gt;Ease of customization&lt;/li&gt;
&lt;li&gt;Data and Settings Sync&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The main point of choosing VSCode was its speed (up&amp;amp;running) and its fluidity in processing large files.&lt;br&gt;
VSCode has a huge plugin ecosystem and many of them are made.&lt;br&gt;
Some of these remedies shortcomings in the core editor, but they are also its strong point to stay lean and fast.&lt;/p&gt;

&lt;p&gt;I for example use (I will mention only the main ones):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitLens&lt;/li&gt;
&lt;li&gt;Beauty&lt;/li&gt;
&lt;li&gt;Bracket Pair Colorizer&lt;/li&gt;
&lt;li&gt;Code spell Checker&lt;/li&gt;
&lt;li&gt;Darcula Theme&lt;/li&gt;
&lt;li&gt;HTML CSS support&lt;/li&gt;
&lt;li&gt;Markdown preview&lt;/li&gt;
&lt;li&gt;Path intellisense&lt;/li&gt;
&lt;li&gt;PHP Debug&lt;/li&gt;
&lt;li&gt;Chrome debugger&lt;/li&gt;
&lt;li&gt;Prettier code formatter&lt;/li&gt;
&lt;li&gt;Polacode&lt;/li&gt;
&lt;li&gt;Terminal&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  What didn’t convince me about the other platforms
&lt;/h1&gt;

&lt;p&gt;I mention only some of the platforms used, the most recent&lt;/p&gt;

&lt;h2&gt;
  
  
  SublimeText
&lt;/h2&gt;

&lt;p&gt;Nice, comfortable, but only as editor (it replaced Notepad++ well)&lt;br&gt;
A more extreme use made me see some limits&lt;/p&gt;

&lt;h2&gt;
  
  
  Atom
&lt;/h2&gt;

&lt;p&gt;I used it after SublimeText, because it was much faster and more intuitive, the plugins were not missing and I really liked the fact that it was based on Electron.&lt;/p&gt;

&lt;h3&gt;
  
  
  The difficulties
&lt;/h3&gt;

&lt;p&gt;With PHP it didn’t allow me to navigate through the code&lt;br&gt;
Very large files (by rows and size) were struggling to open&lt;br&gt;
Opening the editor no always fast (although as a computer I had a macbook pro 13" with 8GB of ram, SSD and i5)&lt;/p&gt;

&lt;h2&gt;
  
  
  PHPStorm / WEBStorm
&lt;/h2&gt;

&lt;p&gt;Definitely a rich and complete ecosystem.&lt;br&gt;
I had a great time for a long time, fluid, fast and with a lot of tools (but I was struggling to use them).&lt;/p&gt;

&lt;h3&gt;
  
  
  The difficulties
&lt;/h3&gt;

&lt;p&gt;Some mechanisms for certain actions not intuitive and too “elaborate” (eg: debugging)&lt;br&gt;
Many plugins sometimes not too well made&lt;br&gt;
Cost of license&lt;br&gt;
The license factor definitely played a point in VSCode’s favor.&lt;br&gt;
For those who instead want an IDE with all the ecosystem useful to program (there is also the integrated DB part!) this is for them!&lt;/p&gt;

&lt;h1&gt;
  
  
  Conclusion
&lt;/h1&gt;

&lt;p&gt;I want to point out that the “defects” for the platforms that I discarded over time may have been improved or corrected over time, I rely on what I saw during my use.&lt;br&gt;
These considerations are personal, but I wanted to write them to give future developers some choice.&lt;/p&gt;

&lt;p&gt;A greeting&lt;br&gt;
Thank you!&lt;/p&gt;

</description>
      <category>editor</category>
      <category>ide</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
