Answer the question
In order to leave comments, you need to log in
How to set up vimrc for Node.js?
Tell us what plugins you use to work with Node.js and JavaScript.
If it’s not difficult to write down, at least briefly about their capabilities / pros / cons, but thanks for the simple links!
I really want to know about smart and convenient plugins for autocompletion and for “jumps” to declarations of functions, objects…
Answer the question
In order to leave comments, you need to log in
You shouldn't want this (c)
Under vim, to work via ssh, in addition to the standard settings, it's enough to head:
set nocompatible
set paste
set tabstop=4
set number
This is not an IDE, this is a console text editor. The goal of an IDE is to speed up and simplify your work.
Use WebStorm and you will be happy.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question