Live data from Hacker News

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

news.ycombinator.com

41–50 of 71 posts

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

#41
I use Vim with vim-plug, vim-javascript, ctrlsf, ctrlp, and some custom bindings in my .vimrc to help me use the "gf" command to jump to source. I've spent the time to invest in learning how to use vim and it has served me well across many languages, from writing Javascript, HTML, CSS, to Python, Ruby and Golang.

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

#45
post #28

VSCode 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 +…

One thing I've kind of decided on is minimal use of hjkl keys in vim in favor of UHK's MOD +

                    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?

#46
For JS and TypeScript, I use VSCode cos of all the extensions and the ecosystem.

I 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?

#48
Really interesting to see everyone's responses. Do you know if there is a survey capability in HN for these types of things? I may revisit the thread later and aggregate the results too if others would find that helpful, but this might be nice as a native Ask HN feature. I suppose I could have just linked to a poll but there is value is in the comments vs the results too.
Post reply on HN