Monday, June 3, 2024
 Popular · Latest · Hot · Upcoming
34
rated 0 times [  36] [ 2]  / answers: 1 / hits: 22070  / 4 Years ago, sat, march 14, 2020, 12:00:00

I'm trying to set up my Sublime Text 3 for React like the screenshots in this link, didn't succeed to make it though.


Maybe I have some extra packages or settings that would show my index.js syntax like below:


enter


sublime-settings:


{
"auto_complete": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"dictionary": "Packages/Language - English/en_US.dic",
"ensure_newline_at_eof_on_save": false,
"font_face": "MONACO",
"font_size": 16,
"show_line_endings": true,
"show_panel_on_build": true,
"spell_check": true,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}


I also have these packages:


enter


How do I do that?


(Thanks! I'm new to React/js/jsx)


More From » reactjs

 Answers
7

The best package I found for react/jsx on sublime was Naomi. It deals with syntax highlighting and has a lot of other features.



https://packagecontrol.io/packages/Naomi


[#51137] Friday, February 28, 2020, 4 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
clarissakourtneyb

Total Points: 710
Total Questions: 89
Total Answers: 125

Location: Dominica
Member since Sat, Nov 5, 2022
2 Years ago
;