This issue is not connected to #1449
Exports from newly created javascript files are not visible in the intellisense. Now, I have to reload the window whenever I create a new javascript file and I want to use it from a vue file.
Since there are intellisense problems with the current versions of vetur, I couldn't check if any of those fixed this.
I don't think this is for new files. I think it's for all .vue files.
With the current version of Vetur I don't have any IntelliSense in *.vue files. In neither JavaScript or TypeScript projects. As soon as I downgrade to 0.22.4 IntelliSense does work again.
In my case
Issue can be reproduced by:
yarn_.@paskausks For me, the 0.22.4 update completely broke intellisense, and it doesn't work at all. Check the link I referenced in the first comment.
@Soresu yeah, interesting. I'm currently on 0.22.4 since that's the version that is actually working for me.
@paskausks I have the same problem,please tell me how to downgrade,thank you
@parox2014 from the Extension's page download the VSIX under the ChangeLog tab\

from VSCode (Ctrl+Shift+P) Extension: Install From VSIX...
@kcwms It works,thank you so much
Does this repro on 0.22.6?
@octref Just tested it. Seemingly, no issues on 0.22.6.
@octref 0.22.6 still has this issue.
I hava the same problem when I update Vetur to version 0.23.0.
Platform: Win 10,VS Code version: 1.41.1
I have tried different VS Code version,but also no IntelliSense .
When I downgrade to 0.22. 6, it works.
I have the same problem, Vue files don't support lodash IntelliSence. I get full IntelliSence in JS files.
Most helpful comment
@paskausks For me, the 0.22.4 update completely broke intellisense, and it doesn't work at all. Check the link I referenced in the first comment.