Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ReactJS (JSX) syntax highlighting in Visual Studio 2015

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?

like image 530
lewis Avatar asked Oct 23 '15 11:10

lewis


2 Answers

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

like image 61
FredyWenger Avatar answered Oct 22 '22 02:10

FredyWenger


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.

like image 45
Artur Carvalho Avatar answered Oct 22 '22 00:10

Artur Carvalho