Ask HN: Which editor do you use for JavaScript Development?
31–40 of 71 posts
Re: Ask HN: Which editor do you use for JavaScript Development?
#32Re: Ask HN: Which editor do you use for JavaScript Development?
#33VSCode as a stop-gap solution for more substantial JS code. The gap being until I either can configure Emacs properly (language server or something similar), or preferably when I can get rid of JS (and no, not with MS JS++).
Re: Ask HN: Which editor do you use for JavaScript Development?
#34Re: Ask HN: Which editor do you use for JavaScript Development?
#35Re: Ask HN: Which editor do you use for JavaScript Development?
#36Re: Ask HN: Which editor do you use for JavaScript Development?
#37Re: Ask HN: Which editor do you use for JavaScript Development?
#38mapped 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
Re: Ask HN: Which editor do you use for JavaScript Development?
#39Emacs, when it's just part of a larger application using a different language, or when the whole environment is even more effed up than usual for JS (eg. ExtJS) and you could parse the code as well as Perl anyway. VSCode as a stop-gap solution for more substantial JS code. The gap being until I either can configure Emacs properly (language server or something similar), or preferably when I can get rid of JS (and no,…