How to get rid of {} code completion after typing className= in PyCharm
Whenever I type className= in tailwind, it automatically completes with className={} and I have to delete the “{}” everytime, does anyone know what setting turns this off?
Please sign in to leave a comment.
Hello,
Please try the following steps to turn this off:
After this change, typing
className=will no longer auto‑complete toclassName={}.Feel free to contact us if you have any questions.