Hi I am not sure if the intellisense for javascript is working or not with YCM in vim.
Maybe I missed something, but as far as I understand it VSCODE seems to use the same functionality as YCM. But there I can see all the suggested completion of code etc when I type javascript.
Ex if I use express, I can type app.p and quickly in Vscode I get Post etc api shown. But in YCM I see completely unrelated apis and those are not even javascript apis that pops up.
Is this something you guys have experienced too and maybe can tell how you fixed it.