vim-nodejs-complete
vim-nodejs-complete copied to clipboard
nodejs 'omnifunc' function of vim
Hi, after a while testing, I discovered when you load a module with a dot in the name, for example "socket.io" the plugin shows an error with a name variable,...
"gulpfile.js" 17L, 361C Error detected while processing function 112_compileLocalNodeData..112_extractModulesPaths..112_moduleMainFro mPackageJson: line 17: E716: Key not present in Dictionary: name . '.js')) E116: Invalid arguments for function filereadable(directory . json.name ....
Hi, functions like map() and reduce() for for arrays are not found: http://www.enlightenment.org/ss/e-549f2a9e906524.79362177.jpg Regards Jan
I plan to add 'apply live edit' functionality, would be cool to have repl-like autocomplete functionality in vim itself based on current frame scopes properties https://github.com/sidorares/node-vim-debugger
Hi, I am using your plugin and omnicompletion works but I do not get a preview window showing information about the function signature etc. vim shows completeopt is set to...
Hi, I got the following 3 errors: ``` "test.js" 2L, 51C Error detected while processing /home/x/.vim/bundle/vim-nodejs -complete/after/ftplugin/javascript.vim: line 381: E716: Key not present in Dictionary: modules) . "' local nodes"...
When I open a file in vim, vim-nodejs-complete doesn't provide any auto-completion for modules located in my 'node_modules' directory. It does provide auto-completion for all base modules. If I type...
补全 require 模块的方法/属性 获取 `exports` 上的方法/属性 补全