Live data from Hacker News

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

news.ycombinator.com

61–70 of 71 posts

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

#61
post #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).

this is the gist of chrome configuration https://developers.google.com/web/tools/setup/setup-workflow

but the rest depends on your backend because you need the server to hot reload changes from the filesystem

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

#65

Google Docs, because, according to the Google interview process, that makes some sort of sense.

There is nothing like writing code in a word processor.

I did this recently and it kept autocapitalizing/correcting things, and I kept wasting time reflexively changing them. There's probably a code syntax option buried somewhere in there but heck if I know where it is.

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

#70
post #59

Earlier quoted context omitted.

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).

this is the gist of chrome configuration https://developers.google.com/web/tools/setup/setup-workflow but the rest depends on your backend because you need the server to hot reload changes from the filesystem

Sweet. Thanks.
Post reply on HN