When I type props into my React component in PyCharm, it automatically inserts a pair of curly braces. Like so (cursor position is |
):
<MyComp className=|
Becomes:
<MyComp className={|}
I've searched through the settings but didn't find a related setting to disable it. Does it exist?