简体   繁体   中英

Visual Studio Code intellisense not working

I recently upgraded VS Code to version 1. Before that, intellisense was working fine for all of my files. Right now I am just working in JQuery. However, after the upgrade my intellisense is not working at all.

Hovering over variables or functions the intellisense window opens and stays at Loading... The other symptom I have seen is that it can't seem to see the definitions of functions I have written. Placing my cursor on a function call and pressing F12 or Goto -> Goto Definition results in nothing.

I have closed and reopened. Tried different files. Opened folders, opened single files. Uninstalled and re-installed the app. No luck.

So I figured out the problem and my apologies as I missed a key piece of information. I was editing a JS file within a SharePoint library. I do not know if it is the WebDav component of the connection or just SharePoint, but VS Code will not fully function when pointing at a SharePoint location. Taking the same file locally allowed all the functionality of Intellisense to work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM