Enable className completion VScode in 5 steps

  1. Go to settings
  2. Go to emmet under the Extensions section.
  3. Click on 'Edit in settings.json'.
  4. Write the following inside the 'emmet.includeLanguages' tag. Otherwise, paste the whole statement. "emmet.includeLanguages": { "javascript":"javascriptreact" }
  5. Save the settings.json file.

Try it!