ReactJS (JSX) syntax highlighting in Visual Studio 2015

15,699

Solution 1

React.js Starter Kit:
https://visualstudiogallery.msdn.microsoft.com/d65d6b29-6dd7-4100-81b1-609e5afce356

Support for native jsx (update 1 to VS2015):
https://www.visualstudio.com/en-us/news/vs2015-update1-vs.aspx

Solution 2

Although it's not a direct fix to your problem, you could try out http://code.visualstudio.com/. Visual studio has all kinds of problems with these new web dev tools. Another example is the npm - not installed issue.

Share:
15,699
lewis
Author by

lewis

Updated on July 25, 2022

Comments

  • lewis
    lewis almost 2 years

    I'm reading about "built-in support of jsx syntax in VS 2015", but can't find it. Is it hidden in settings of IDE, or I need to install some extension?

  • Vlado Pandžić
    Vlado Pandžić almost 8 years
    Just wanted to try it out. Started with statement import React from 'react' and got intellisense errors. What dissapointing experience.
  • Perry Tew
    Perry Tew over 7 years
    visualstudio.com link is giving me a 403. Can anyone confirm?