Visual Studio 2015 CTP - Javascript support missing

半城伤御伤魂 提交于 2020-01-29 13:13:12

问题


I had Visual Studio 2015 CTP 4 installed and now CTP6 - In both cases it was missing Javascript support.

  • Not showing syntax highlighting for .js file

  • Intellisense not working for .js files

Also when i go to tools/options/Text Editor - Javascript language section is missing. See image and its comparison with VS2013.

Image At: https://social.msdn.microsoft.com/Forums/getfile/615484


回答1:


I know this is a little late but this fixed the issue for me. https://social.msdn.microsoft.com/Forums/sqlserver/en-US/f3693b97-7fb1-4b9a-9953-1970b767a407/visual-studio-2015-ctp-javascript-support-missing?forum=visualstudiogeneral




回答2:


To expand on what @user3810312 said...

  1. If you installed to another drive, copy your C:\Program Files (x86)\Visual Studio 14.0 folder on top of your install.
  2. Open the Visual Studio Command prompt as an administrator (right-click run as Administrator)
  3. Navigate to the directory where VS 2015 is installed
  4. Run devenv /setup
  5. Run devenv.exe /InstallVSTemplates

I had Intellisense the next time I booted up Visual Studio 2015. Worked like a charm.



来源:https://stackoverflow.com/questions/28704964/visual-studio-2015-ctp-javascript-support-missing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!