강의

멘토링

커뮤니티

Inflearn Community Q&A

jumong40001203's profile image
jumong40001203

asked

[Renewal] Creating a NodeBird SNS with React

Implementing an image carousel (react-slick)

styled component 만들때 프로퍼티 체크

Written on

·

351

2

현재 vscode를 사용중입니다

styled component를 만들때 백틱 안에 문자열이 들어가다보니 이게 프로퍼티 이름이 맞는건지 체크를 할 수 없더군요

그래서 직접 화면을 보면서 css가 이상함을 눈치챈 다음에야 오타가 난걸 찾을 수 있었습니다

혹시 이러한 문제를 해결할 수 있는 도구가 있을까요?

expressreactnodejsreduxNext.js

Answer 2

1

zerocho님의 프로필 이미지
zerocho
Instructor

styled component 문법을 인식하게 해주는 vs code 플러그인이 존재합니다. 그걸 설치해보시면 좋을 듯 합니다!

https://marketplace.visualstudio.com/items?itemName=jpoissonnier.vscode-styled-components

감사합니다

0

E mergency님의 프로필 이미지
E mergency
Questioner

감사합니다!

jumong40001203's profile image
jumong40001203

asked

Ask a question