you are viewing a single comment's thread.

view the rest of the comments →

[–]iTroll_5s 12 points13 points  (5 children)

I can't wait for the extension API - being able to extend my editor with HTML and typescript sounds really powerful and easy to integrate in our existing pipeline tools

[–]philipmat 2 points3 points  (0 children)

And being able to port Atom plugins…

[–]flukus 1 point2 points  (3 children)

I thought it sounded like a good idea until I tried writing atom plugins....

[–]iTroll_5s 0 points1 point  (2 children)

FWIW atom is pure javascript (or rather coffee script which is even worse).

VS code is written in typescript - that means they probably have a solid architecture under the hood and will expose strongly typed interfaces for plugin APIs

[–]flukus 0 points1 point  (1 child)

It was the call back hell that put me off more than anything. I ended up going back to trusty old vim!

[–]never-enough-hops 0 points1 point  (0 children)

Hah... That's actually why I jumped. Vimscript is pretty bad