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.

Oldest comments (36)

Collapse
 
westernal profile image
Ali Navidi • Edited

I started with online editors for c language to complete university homeworks and then used eclipse for java till someone told me about vs code. also used proteus and pgadmin4 couple of times.

Collapse
 
kquirapas profile image
Kristian Quirapas

Doing hws with online editors sounds tough, but glad you made it πŸ’ͺ Thanks for sharing!

Collapse
 
naruaika profile image
Naufan Rusyda Faikar

My journey:

  1. Gedit for C/C++ during the first days at university
  2. Atom for PHP after I got my first laptop
  3. Visual Studio Code since my thesis (for Python) until now (for PHP/JavaScript), because it just awesome
Collapse
 
kquirapas profile image
Kristian Quirapas

I agree, VScode's awesome indeed. I would've used VScode for all my development workflow if I hadn't started with Vim and got so used to the keyboard center navigation. Thanks for sharing, Naufan!

Collapse
 
jonrandy profile image
Jon Randy πŸŽ–οΈ

SublimeText every time

Collapse
 
kquirapas profile image
Kristian Quirapas

I appreciate the simplicity of this comment and the consistency of your editor. Thanks for sharing

Collapse
 
raguay profile image
Richard Guay

I started on a Commadore 64 with the editor for the Basic language that came with it, to punch card typewriter in college, to Emacs, then Notepad++ since I couldn’t find an Emacs on Windows then, Sublime Text on a my first macOS system, back to Emacs with Spaceman’s, then to Neovim, and now I’m going back and forth from Onivim 2 and LunarVim on neovim.

Collapse
 
kquirapas profile image
Kristian Quirapas

Wow you go way back! Haven't had the chance to test Onivim 2 and LunarVim, but I might soon. Thanks for sharing, Richard!

Collapse
 
raguay profile image
Richard Guay

43 years of programming and you use a lot of different things! Those were just my highlighted editors.

Thread Thread
 
kquirapas profile image
Kristian Quirapas

Wow! If you distill some of your lessons / realizations from those 43 years, what are they? Mind sharing them? πŸ’ͺ

Collapse
 
geraldew profile image
geraldew • Edited

Ah yes, "journey" is the right word.

On CP/M:

  • ed (was a CP/M port of the DEC line editor I think)
  • WordMaster (predecessor to WordStar)
  • Turbo Pascal (used the WordStar control keys, I'm not counting WordStar as a code editor but I used it a lot for word processing)

On MS-DOS:

  • edlin (Microsoft's version of ed I think)
  • Borland Pascal (yep, still used the WordStar control keys)

On Windows:

  • PFE (Programmer's File Editor)
  • Jedit
  • Notepad++

On Linux:

  • JOE (used the WordStar control keys)
  • Gedit (for GUI editing just because it was already there)
  • Geany (my current Python coding)
  • Notepadqq (my goto tackle anything editor)

Probably worth noting that while I remember looking at Emacs and Vim in the 1980s I just never took to using them anywhere. I know just enough Vim to let me edit a line or two when I've got a remote terminal mode into something that only has that.

Collapse
 
kquirapas profile image
Kristian Quirapas

The tweet lacked details, but its my editor progression from when I started coding until today that's the reason why I used 'journey' as the term. I started from Notepad with Vim as my editor for almost everything today which made me interested in how devs progressed with their editors. I hope that clears it.

On the other hand, your editors give me the idea that you're some sort of veteran. Thank you for sharing

Collapse
 
ben profile image
Ben Halpern

Textmate -> Atom -> VsCode

Collapse
 
kquirapas profile image
Kristian Quirapas

Atom was really popular back then. I'm not so sure about it now. Thanks for sharing!

Collapse
 
sherrydays profile image
Sherry Day
  1. Eclipse
  2. Emacs
  3. VsCode
Collapse
 
kquirapas profile image
Kristian Quirapas

I tried eclipse for 30 minutes... never went back

Collapse
 
jeremyf profile image
Jeremy Friesen

I worked in the AS400 text editor and Notepad. Then moved to Jedit for a brief moment, considered Emacs (in 2006) but chose Textmate then Sublime then Atom.

In 2020 I was noticing that Atom just kept falling down. I looked into three text editors:

  • VSCode
  • Vim
  • Emacs

I spent time reflecting on my principles of a text editor. For a month I practiced Emacs, Vim, and VS Code.

VS Code has lots of "bling" I'm well aware of Microsoft's Embrace -> Extend -> Extinguish pattern. For that (and a few implementation reasons) I chose not to use it.

I can move through Vim but it never quite fit with my mental model.

And Emacs just clicked. First I started with Doom, and found myself overwhelmed. I then tried Spacemacs, and finally said "I'm starting from an empty config." From that position, I just started writing. And I took notes: "What did past editors do that I missed?"

I tracked down packages that did those things, and over the 2 years I've built up a text editor that helps me: plan my work, grow my personal knowledge base, code, and blog.

The following post is about a rather trivial function I wrote:

Which is one of many that I have written to ease my common tasks.

This is my configuration github.com/jeremyf/dotemacs/blob/m...

Collapse
 
ajinkyax profile image
Ajinkya Borade

Dreamweaver πŸ₯°

Collapse
 
kquirapas profile image
Kristian Quirapas

Those were the days

Collapse
 
dhanushnehru profile image
Dhanush N

Turbo C >> Code Blocks >> Eclipse >> VsCode

And now only VS Code πŸŽ‰

Collapse
 
kquirapas profile image
Kristian Quirapas • Edited

YOOOOOO turbo c was lit.... before! I'm glad there are better editors now.

Collapse
 
shriekdj profile image
Shrikant Dhayje

For Me It Was VSCode Because It's Just that of Size Nearly 70 MB That Time and I Can Install It in College's Windows Computer and Library's Ubuntu Computer both easily.

Before I Thought of trying the Atom Editor but there website did not had the Build Of 64 Bit Windows to Direct Download So I gone to alternative option.

After using VSCode and Using there Variety of Plugins helped the most for web development that time.

I Also Fascinated by VSCode Because My College Syllabus had C and C++ in it and College PC had Turbo C++ Compiler and they still use it to teach that language because the book had instructions related to Turbo C and Borland C++ I think, They Still Use that Compiler.

My Advice is that if you ever use that compiler you will gonna get depressed dude.

I Support Modern Programmer Should avoid the Turbo C As Much As Possible.

Bye πŸ‘‹,
Turbo C Antagonist

Collapse
 
kquirapas profile image
Kristian Quirapas

Turbo C's a classic, but it's okay for it to stay that way.... a classic. Thanks for sharing

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!

Collapse
 
m7mdsa3ed_ profile image
Mohamed

Brackets->Sublime->VSCode;

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
 
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