프로그래밍/프론트엔드

Tailwind CSS IntelliSense 설치해도 자동완성 안될 때

제로스크랩 2023. 6. 26. 23:21

1.  VSCode 설정창 오픈

  • macOS :  + ,
  • Windows : Ctrl + ,
  • Linux : Ctrl + 

2. 설정 값 변경

quickSuggestions 키워드로 검색 후 다음과 같이 설정을 변경한다.

editor.quickSuggestions

By default VS Code will not trigger completions when editing "string" content, for example within JSX attribute values. Updating the editor.quickSuggestions setting may improve your experience:

"editor.quickSuggestions": {
  "strings": on
}
728x90
반응형