웹스톰 사용할 때 태그를 쓰다보면 = 사용 시 중괄호가 자동으로 생성된다.
<input placeholder={} />
객체가 아닌 문자열을 넣을 때는 아주 불편한 기능이 되어버려 해당 기능을 끄는 게 낫다.
Settings - Editor - General - Smart Keys 에서
Add quotes for attribute value on typing '=' and attribute completion 을 체크해제 하면 된다.
'HTML, CSS' 카테고리의 다른 글
z-index 사용 시 주의사항 (0) | 2018.03.30 |
---|