Visual Studio 2012 JavaScript Intellisense Not Working

前端 未结 6 2124
一个人的身影
一个人的身影 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:44

    Many things can cause problems like this, but I usually follow these steps to troubleshoot it.

    1. close visual studio and restart
    2. reboot windows and start visual studio again
    3. have another developer load your project and test it
    4. create a bare bone project and test with all stock javascript references
    5. reset IDE
    6. run VS in safe mode and test your project
    7. uninstall and reinstall vs

    I usually resolve most of the VS problems at step 3 or 4, and sometimes 5.

提交回复
热议问题