“Como obter o IntelliSense para trabalhar com arquivos React” Respostas de código

Como obter o IntelliSense para trabalhar com arquivos React

//in your settings.json add the following below:
{
  // other settings
  "tailwindCSS.includeLanguages": {
    "javascript": "javascript",
    "html": "HTML"
  },
  "editor.quickSuggestions": {
    "strings": true
  }
}

// if it doesnot work after the above is added to settings.json
// delete the "tailwind.config.js" file and create it back by running the below on your terminal
npx tailwindcss init
driiisdev

Como obter o IntelliSense para trabalhar com arquivos React

//in your settings.json add the following below:
{
  // other settings
  "tailwindCSS.includeLanguages": {
    "javascript": "javascript",
    "html": "HTML"
  },
  "editor.quickSuggestions": {
    "strings": true
  }
}

// if it doesnot work after the above is added to settings.json
// delete the "tailwind.config.js" file and create it back by running the below on your terminal
npx tailwindcss init
driiisdev

Respostas semelhantes a “Como obter o IntelliSense para trabalhar com arquivos React”

Perguntas semelhantes a “Como obter o IntelliSense para trabalhar com arquivos React”

Mais respostas relacionadas para “Como obter o IntelliSense para trabalhar com arquivos React” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código