Autosuggest Tailwind CSS class IntelliSense
Published at 11 March 2024
#vscode
By default, the Tailwind CSS IntelliSense extension didn’t give automatic IntelliSense when typing. Adding the following to settings.json fixed this.
JSON"editor.quickSuggestions": { "strings": true }, "css.validate": false, "editor.inlineSuggest.enabled": true