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?
Asked
Active
Viewed 1.6k times
2 Answers
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
-
5Just wanted to try it out. Started with statement import React from 'react' and got intellisense errors. What dissapointing experience. – Vlado Pandžić Jun 24 '16 at 10:51
-
visualstudio.com link is giving me a 403. Can anyone confirm? – Perry Tew Sep 14 '16 at 02:07
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