Why don’t we have good code editors?
kristofer.reykjal.in
Why don’t we have good code editors?
1–10 of 74 posts
Re: Why don’t we have good code editors?
#2There are no two people with the exact same preference in editors, and that's why there are too many editors and yet still a perceived lack of quality overall.
It's also why most people end up customising the ever loving shit out of their own editors anyway.
Re: Why don’t we have good code editors?
#3Author doesn't establish this, just takes it as a given. I wonder what features terminal emulators/editor programs would lack that are afforded by GUIs? I consider the terminal text editing experience far more efficient
Re: Why don’t we have good code editors?
#4Verbosity is an existential threat.
Re: Why don’t we have good code editors?
#5Re: Why don’t we have good code editors?
#6Yes, yes it does. At my fingertips I have access to every single tool and program without needing to clumsily navigate through folders or Finder, whatever it is. Moving my hand away from my keyboard to my mouse to check TS typings is biggest waste of time when I know how to get to any line in any file with less than 3 keystrokes.
> The way these editors achieve this is through graphical representation of the project hierarchy – the file sidebar
I work on a site which is part game engine, part marketplace, and part React application. I have never once used a file tree because I don't need it to understand the code. This isn't a flaw of terminal editors, it's classic PEBKAC.
Terminal editors don't suck. They require learning and discipline, something that some might argue is becoming a lost art in this field. In the days of "gluing modules together", maybe vim isn't for you, but it's for me and this piece contributed nothing.
Re: Why don’t we have good code editors?
#7You... you are aware that you can run emacs not in a terminal, right? Use the mouse and resize split buffers and everything? It's okay if you still don't think it's good enough, just... don't pigeonhole it quite like that.
Re: Why don’t we have good code editors?
#8I would say VS Code is a good goal, it has everything you need to have an IDE, and yet you don't feel forced to use it.
Re: Why don’t we have good code editors?
#9Truly, v*m rots the brain.
Re: Why don’t we have good code editors?
#10It's so obvious how vim's ergonomics are made for the [adm 3a keyboard](https://catonmat.net/images/why-vim-uses-hjkl/lsi-adm3a-full...) (location of esc, control, arrow keys, etc) and yet we keep making layers of customization or force ourselves to the standard instead of doing the very needed reboot.