M
M
Maxim2014-08-09 18:44:25
vim
Maxim, 2014-08-09 18:44:25

Is there a good autocomplete vim plugin for Node js?

Share the link please, who uses what?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Krasnodemsky, 2014-08-09
@mgramin

neocomplete
neosnippet
neosnippet-snippets
And I don't have snippets for the node, as there is nothing special to automate, the complete is already very good. Well, creating snippets is quite simple.

snippet function
abbr func
options word
  function ${1:#:function_name}(${2:#:argument}) {
    ${0:TARGET}
  }

snippet function2
abbr func2
 options head
    function ${1:function_name}(${2:argument}) {
      ${0:TARGET}
   }

what kit do you use? look for a plugin for node under it

M
Maxim, 2014-08-09
@mgramin

Thanks, https://github.com/ahayman/vim-nodejs-complete seems to be what you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question