<?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: James King</title>
    <description>The latest articles on DEV Community by James King (@bassforce86).</description>
    <link>https://dev.to/bassforce86</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%2F167979%2Feae40a06-88e1-4a1b-a48c-d51afb63ae8f.jpg</url>
      <title>DEV Community: James King</title>
      <link>https://dev.to/bassforce86</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bassforce86"/>
    <language>en</language>
    <item>
      <title>What do you look for in a Code Editor?</title>
      <dc:creator>James King</dc:creator>
      <pubDate>Fri, 13 May 2022 07:45:24 +0000</pubDate>
      <link>https://dev.to/bassforce86/what-do-you-look-for-in-a-code-editor-516b</link>
      <guid>https://dev.to/bassforce86/what-do-you-look-for-in-a-code-editor-516b</guid>
      <description>&lt;p&gt;I find myself often searching for better editor experiences when writing code.&lt;/p&gt;

&lt;p&gt;Things I've tried:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;Visual Studio code&lt;/code&gt;: too slow, resource hog.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;Atom&lt;/code&gt;: same as above.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;Intellij&lt;/code&gt;: &lt;em&gt;very&lt;/em&gt; slow to open.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;NeoVim/Vim&lt;/code&gt;: steep learning curve and requires a good memory (human, not computer!).&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;Lite (and Lite-xl)&lt;/code&gt;: lacking fully-featured language support currently.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;Sublime Text&lt;/code&gt;: Has probably come the closest to my reliable editor, but actually getting it setup to be an editor can be fiddly, because it's primarily supposed to be a text editor.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Things I need:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Speed - my biggest frustration&lt;/li&gt;
&lt;li&gt;cross-platform&lt;/li&gt;
&lt;li&gt;LSP integrations (specifically gopls and pylsp)&lt;/li&gt;
&lt;li&gt;debug support (delve, pdb)&lt;/li&gt;
&lt;li&gt;Large extension library / list of plugins&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Things I want:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Nice Testing &amp;amp; coverage visualisations&lt;/li&gt;
&lt;li&gt;Kubernetes &amp;amp; docker support&lt;/li&gt;
&lt;li&gt;hackability / customisation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This got me thinking, with modern LSPs (Language Server Protocols) and rich web-based ecosystems - what do you look for in an editor?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>productivity</category>
      <category>performance</category>
      <category>motivation</category>
    </item>
  </channel>
</rss>
