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?
请先登录再写评论。
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.