angelozerr / tern-node-express

A Tern plugin adding support for express web application framework for node.
http://expressjs.com/
MIT License
56 stars 4 forks source link

Express app's functions not listed in autocomplete #18

Open teh-obeng opened 7 years ago

teh-obeng commented 7 years ago

I'm using tern_for_vim and YouCompleteMe Also using Express v4.14.0 My .tern-config file is same as in documentation page.

As for Express, it seems to be working. untitled

But in my app, any express app's functions weren't listed. untitled

Did I miss something? or v4.x is not supported?