Is there a way to set JSX syntax for Notepad ++ syntax?

I use Notepad ++, and I just started learning React js and the JSX syntax extension, but without a style, this makes it difficult to read. I'm not sure. If I could implement styles in Notepad ++, or even if I could import a preprocessor or JSX plugin. I studied installing Babel, but I would also have to install NPM and Node js ect. and I'm not sure if this is the best approach. Or is there another IDE I should use?

+4
source share
1 answer

I managed to find the answer to my own problem. I was looking at html code because js was included in the .html file. When I switch the language to Javascript, the styles look great. The first tag <h2>in JSX dropped the rest of the code styles. The mistake of the chief.

+4
source

All Articles