Comment on Ask HN: Which editor do you use for JavaScript Development?parentComments−termage7yI’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).−LoSboccacc7ythis is the gist of chrome configuration https://developers.google.com/web/tools/setup/setup-workflowbut the rest depends on your backend because you need the server to hot reload changes from the filesystem−termage7ySweet. Thanks.
Comments
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.