DEV Community

Kristian Quirapas
Kristian Quirapas

Posted on

What's your editor journey like as a developer?

I stumbled upon this amusing thread on twitter where people were discussing different editors.

Don't get me wrong, I shared these tweets because I find them funny. It also made me look back on my developer journey and the editors I used before.

Here's my Editor journey.

I was wondering, what's your editor journey like?
Share them down below.

Latest comments (35)

Collapse
 
raycaballero profile image
Ray Caballero

Turbo C > Notepad++ > Sublime Text 2/3 > VS Code 😁

Collapse
 
kylereeman profile image
KyleReemaN

I don't understand why it's often Ide X vs vim I use every Ide with a vim plugin :)

Collapse
 
kquirapas profile image
Kristian Quirapas

True. We can all just agree to choose whatever works for us 💯

Collapse
 
mrdulin profile image
official_dulin

Sublime Text => WebStorm => Atom => VS Code

Collapse
 
peteole profile image
Ole Petersen

{Eclipse, Notepad, whatever I forgot} -> VSCode
Nothing beats VSCode

Collapse
 
eboye profile image
eboye

Hmm, it's a very long journey for me, but I'll try to sum it up to most important ones:

Notepad++
Adobe DreamWeaver
Adobe Flash
3ds max script editor
Eclipse
Aptana
Android Studio
Adobe Brackets
Sublime
Atom
Geany
Gedit
PHPStorm

There were A LOT in between, but these are the ones I sticked to the most.

VSCode never felt right for some reason.

Collapse
 
jcubic profile image
Jakub T. Jankiewicz • Edited

My begining:

  • TurboPascal TUI
  • VisualBasic IDE
  • Front Page (HTML editor from M$)

When I was at college I was using:

  • CodeBlocks
  • Nodepad++ (I stoped using it about 2 years ago, when I was able to use GNU/Linux also on work laptop)
  • Borland C++

And since more than 15 years I use (and from 2 years on work laptop):

  • GNU Emacs
  • For quick edits GEdit and Mousepad (first on Work laptop, the second on private one), depending on Window Manager. I yet not fully use GNU Emacs as I could.
  • Nano for editing in terminal and over SSH
Collapse
 
stephanie profile image
Stephanie Handsteiner

Notepad -> Notepad++ -> Dreamweaver (back before Adobe bought Macromedia) -> Sublime Text -> (neo)vim -> PhpStorm (with vim bindings, to keep my hands on the keyboard :D)

vim is still used though, first of all it's my set editor in git to resolve conflicts and such, also I use it for quick edits in a file, and of course via ssh on servers. :D

Collapse
 
ikembakwem profile image
Ikechukwu Mbakwem

I think your editor of choice depends on the programming language. I use PyCharm whenever am developing with Python. For JS projects, i switch between VS Code and Atom. Buh VS Code mostly

Collapse
 
kquirapas profile image
Kristian Quirapas

Love the flexibility on this one! I just find less mental overhead when I stick to one. Thanks for sharing

Collapse
 
m7mdsa3ed_ profile image
Mohamed

Brackets->Sublime->VSCode;

Collapse
 
moopet profile image
Ben Sinclair

Hmm.
DOS -> debug for asm, Borland C IDE
Windows: Notepad, Netbeans

--
Until I reached the age of reason and joined the cavalry.

Collapse
 
kquirapas profile image
Kristian Quirapas

Welcome my fellow Knight! You may lead the charge!