Breaking up HTML tags in (react) JSX upon save - Solution



 go to visual studio and above left menu select

Files -> Preferances -> Settings -> User Setting - GO to Down and check settings.json file _> open and add below code

Add this code on settings.json file and save and run


"files.associations": {
"*.js": "javascriptreact"
}

Comments

Popular posts from this blog

How to get Full URL or get absolute url In Django

How To Convert Html File/URL/String Into Image Using Python

How to Connect Firebase Using Pyrebase In Python