6

I'm using VisualStudio 2010 with VS.PHP. When I write or open a javascript file it is not higlighted and intellisense is not working. All I see is plain text. It seems that VS does not "identify" the javascript file. When I manually order js files to open in Script editor (in Tools > Options > Text Editor > File Extension), nothing changes. Highlighter in (in Tools > Options > Environment > Tools and colors) is set properly. Do you have any ideas how can I run highlighting? Google says nothing.

1
  • My files are *.js . In addition I've tryied to set JS files to open as another file types (in Tools > Options > Text Editor > File Extension). Highlighting works partly, because I'm higlighting another language (sql). Unfortunately, my code is underlined red because of syntax errors (because I'm opening javascript end "editing" sql). I'm becoming desperate Commented Aug 2, 2011 at 7:26

3 Answers 3

3

You probably removed the "Web Developer 2010" component when installing your Visual Studio. Or you are using one of the Express editions.

Sign up to request clarification or add additional context in comments.

1 Comment

This was what I was missing -- the tricky part is that at install time, the installer says web developer 2010 is "to write websites in VB or C#", but it also gets you better support for javascript.
1

I've had the same problem, and I just found a solution that works for me.

  • Open VS 2010
  • Select Tools / Options... from the menu
  • Open the Text Editor / File Extension property page
  • Add an entry for the "js" file extension and set the editing experience to "Script Editor"

I still don't know why this doesn't work out of the box, but at least this fixes the issue.

Comments

0

http://visualstudiogallery.msdn.microsoft.com/872d27ee-38c7-4a97-98dc-0d8a431cc2ed/

Is there a good javascript plugin for visual studio?

2 Comments

I have tried this extension but it changes nothing. VS still shows plain text
Have you ever solved this problem? I have similar one - can't fix it for long time now. It happens only in one of my solutions ,I have several solutions. I have tried to open a new solution , but I have copied the javascript files , instead of creating new once. This is a big solution and I have no time to try again.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.