Enable className completion VScode in 5 steps
- Go to settings
- Go to emmet under the Extensions section.
- Click on 'Edit in settings.json'.
- Write the following inside the 'emmet.includeLanguages' tag. Otherwise, paste the whole statement. "emmet.includeLanguages": { "javascript":"javascriptreact" }
- Save the settings.json file.
Try it!