V
V
Valery Sotnikov2015-06-29 18:34:55
JavaScript
Valery Sotnikov, 2015-06-29 18:34:55

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

2 answer(s)
Y
Yuri Shikanov, 2015-06-29
@web_user

Look here .

I
index0h, 2015-06-29
@index0h

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 question

Ask a Question

731 491 924 answers to any question