Visual Studio 2012 JavaScript Intellisense Not Working

前端 未结 6 1939
一个人的身影
一个人的身影 2021-01-03 23:01

I have Visual Studio 2012 installed on my laptop and desktop. On my desktop PC, the JavaScript intellisense is not working. For any method it pulls up (even standard JavaS

6条回答
  •  说谎
    说谎 (楼主)
    2021-01-03 23:49

    If you've installed VS on anything other than the C Drive this will happen.

    In Visual Studio, under Tools > Options > Text Editor > Javascript > Intellisense > References

    Add references to the same .js files that exist in the list but pointing to the new path where you have VS installed

    eg - G:\Program Files\Microsoft Visual Studio 11.0\JavaScript\References.libhelp.js

    There are 5 of them

    After this go to Edit> Intellisense > Refresh external references

提交回复
热议问题