Live data from Hacker News

Ask HN: Which editor do you use for JavaScript Development?

news.ycombinator.com

51–60 of 71 posts

Re: Ask HN: Which editor do you use for JavaScript Development?

#54
post #15
post #7

Earlier quoted context omitted.

> TypeScript I assume this means vscode?

This would seem a weird answer indeed if you don't have context -- which is that VSCode (Microsoft) is developed with native handling of Typescript (Microsoft) -- so is somewhat of the standard in that regard.

The answer is tongue-in-cheek. Basically, don't write JavaScript, write TypeScript and transpile.

Re: Ask HN: Which editor do you use for JavaScript Development?

#56
post #47

VSCode, although when Panic's successor to Coda drops I'll probably switch to that. https://panic.com/next/

Very interested in this as well; have you worked with a pre-release or what gives you confidence in switching?

No early access or anything! I've just been happily using their software for 10+ years.

Re: Ask HN: Which editor do you use for JavaScript Development?

#59

mapped my workspace so I can work directly within the chrome debugger. not the most petty way but it's darn effective since all objects and data are laid before my eyes and can be inspected and manipulated without braking context

I’d love to read a blog post about this. I often pause the chrome debugger and keep it open in a window next to my editor (VS Code, for those counting).
Post reply on HN