9

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?

lewis
  • 482
  • 2
  • 10
  • 22

2 Answers2

8

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

FredyWenger
  • 2,236
  • 2
  • 32
  • 36
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.

Artur Carvalho
  • 6,901
  • 10
  • 76
  • 105