0

i am using "VisualStudio 2013 Update 4 (CommunityEdition)" everything works fine till last week. Then i noticed that my JavaScript highlighting stopped working which is embedded in my HTML code.

It works fine and I never had problems before. Till last week, then it suddenly stopped working :/ I don't know why... i didn't changed something on my computer (no updates, no new software, no hardware upgrades) - it just stopped working :(

This thinks I try to solve the issue:

Nothing solved the problem... it still don't work...

At the moment i really frustrated, because i don't know why it stopped working and i don't know what i should try else to fix this problem...

Maybe somebody had the same problem and can epxlain me what i can check to fix this issue?

Thanks in advance, vipex

Community
  • 1
  • 1
vipex
  • 13
  • 3
  • Is there perhaps a syntax error in the file? Is this happening on all files or just one? – markpsmith Feb 23 '15 at 11:40
  • No there is no error in the synthax. – vipex Feb 23 '15 at 11:42
  • I checked the synthax 20x. Also it don't work in other files where it works before. I made a test and copied a JavaScript code from the internet into a new html file to my VS2013 - the highlithning also don't work... – vipex Feb 23 '15 at 11:52

2 Answers2

0

Today I checked my code (which isn't working in VS2013) with notepad++. In notepad++ the JavaScript highlithning works fine. When i open this files in VS2013 the highlithning doesn't work.

vipex
  • 13
  • 3
0

I managed to resolve this issue by installing the Visual Studio extension 'Web Essentials 2013 for Update 4'.

You can grab it from here: https://visualstudiogallery.msdn.microsoft.com/56633663-6799-41d7-9df7-0f2a504ca361

Millen
  • 1
  • 1