ReactFix
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • React
  • React Native
  • Programming
  • Object Oriented Programming

Thursday, December 8, 2022

[FIXED] How to change the color of braces in JSX & TSX in Intellij 2022.3

 December 08, 2022     braces, colors, intellij-idea, jsx, settings   

Issue

I just updated to version 2022.3 of Intellij Ultimate, and the color for braces in jsx/tsx code blocks has turned to yellow, but I want to revert it to the original color.href="https://i.stack.imgur.com/OW1XQ.png" rel="nofollow noreferrer">enter image description hereIn this image, the curly braces around the values for the props are yellow but they should be the same color as the text for the prop names "isOpen" & "toggle"

I looked through the color settings for relevant languages but could not find anything that sounded like it would be the correct setting to change.


Solution

Try editing Settings | Editor | Color Scheme | XML, Tag foreground color



Answered By - lena
Answer Checked By - - Terry (ReactFix Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Newer Post Older Post Home

Featured Post

Is Learning React Difficult?

React is difficult to learn, no ifs and buts. React isn't inherently difficult to learn. It's a framework that's different from ...

Total Pageviews

Copyright © ReactFix