Geoff Pursell
Geoff Pursell
For day to day web development, what I'd put forward is that to be competitive with VSCode, we'd need: 1. First-class JSX support, in our case, for `.tsx` files 1....
Also: the `javascript-mode` in Emacs 27 seems _really_ good. It handles JSX almost perfectly, from what I can tell.
I feel like the trend seems to be solidly in the direction of multiple languages embedded in a “host” language file. `.mdx` comes to mind, where you have JSX and...
@vspinu, any thoughts?
I reported the same issue on #782. I’ll try the hex-code workaround as well and see how it goes.
Mapping: `^A` -> `01` `^E` -> `05` `^G` -> `07` `^N` -> `0E` `^P` -> `10` `^U` -> `15` `^[space]` -> `^[space]` more or less gets my Emacs text-selection flow...
It’s not. I’ve made hex-codes for almost every keystroke, and it still feels unstable, unfortunately. It’s usable, but does the wrong thing seemingly at random.
It’s been stable for me too! Thanks @yury!
My use case would be performance testing during development. I'm trying to show (without too much effort) that HTTP2 without bundling performs comparably to HTTP1 with bundling, but it seems...
Having used React and all the associated tooling for the past year, I'd rather use something simpler that exposes us to less code & tooling bloat, but still gets us...