Tailwind の VSC 設定

補完を速く出す

  "editor.quickSuggestions": {
    "strings": "on"
  },

clsx の引数を補完対象にする

"tailwindCSS.experimental.classRegex": ["clsx`([^`]*)`"]

TIL

似てるかもしれんページ