Pareto Optimal Dev

vscode extensibility is doomed because of the "panel" abstraction

From Literature: Why You Should Buy Into the Emacs Platform - r/emacs:

Pick a random modern IDE or editor (I’ve tried with Atom, VSCode, Pycharm). Try to get it to: On startup (or easy mode - ever) open four terminals, space them in four windows, and when you execute commands in them allow reverse searching and pasting of the output history in the same way you navigate your code (for me, evil-mode).

None of them can do it, if you read the issues/source for VScode it doesn’t use a universal concept of windows/buffers, so the terminal is implemented in a “panel” which can’t be arbitrarily split, moved, edited in the same way as your code buffers. Atom it might be possible but last I saw no-one had implemented it. That’s like the first thing I need for a place to hack code from, it’s simple as heck, incredibly useful and the state of the art can’t do it.

I don’t know how they keep messing this up, why the hell wouldn’t you use windows/buffers/grid-system it’s so clearly the right abstraction. Has noone who wrote vscode ever used Emacs? https://github.com/Microsoft/vscode/issues/56112 https://old.reddit.com/r/emacs/comments/9gucsu/why%5Fyou%5Fshould%5Fbuy%5Finto%5Fthe%5Femacs%5Fplatform/e7dvwwx/

I guess that quote is enough to kick off the node Why pick emacs over vscode? :)