Ask HN: Which editor do you use for JavaScript Development?
41–50 of 71 posts
Re: Ask HN: Which editor do you use for JavaScript Development?
#42Re: Ask HN: Which editor do you use for JavaScript Development?
#43Re: Ask HN: Which editor do you use for JavaScript Development?
#44Re: Ask HN: Which editor do you use for JavaScript Development?
#45VSCode with the vimstyle extension. Sometimes I turn off vimstyle because it conflicts with my existing keyboard shortcuts. Still a learning process, + I've started using the ultimate hacking keyboard and its arrow keys are mapped to I for up ( which is INSERT MODE in vim ), and j/l for over ( vim uses h/l ), and K for down ( vim uses K for UP ), so there is a HUGE learning curve to use both vim + vscode shortcuts +…
I
J K L
The biggest thing I use vimstyle for is 'U' for undo and line jumping with SHIFT+G.Re: Ask HN: Which editor do you use for JavaScript Development?
#46I used to use Sublime with a lot of configuration and some custom plugins but I gave up its performance to VSCode convenience.
I use VIM for other stuff and VIM key bindings on both VSCode and Sublime.
I sometimes miss the experience with Sublime but just too lazy to set it up properly for JS and TypeScript.
Re: Ask HN: Which editor do you use for JavaScript Development?
#47VSCode, although when Panic's successor to Coda drops I'll probably switch to that. https://panic.com/next/
Re: Ask HN: Which editor do you use for JavaScript Development?
#48Re: Ask HN: Which editor do you use for JavaScript Development?
#49If you prefer IntelliJ IDEA to emacs etc for Java, you should probably switch to webstorm. Batteries included, nicer UI.