moll / vim-node

Tools and environment to make Vim superb for developing with Node.js. Like Rails.vim for Node.
http://www.vim.org/scripts/script.php?script_id=4674
Other
807 stars 59 forks source link

Feature Request: Autocomplete of package paths #44

Open joeybaker opened 7 years ago

joeybaker commented 7 years ago

It would be great if vim-node could populate autocomplete with node_modules options when typing a require or import statement. Much like: https://github.com/ganemone/NodeRequirer