html 파일의 CSS id 및 class 가 정의된 각 CSS 를 보여줍니다.
링크 : https://marketplace.visualstudio.com/items?itemName=pranaygp.vscode-css-peek
The extension supports all the normal capabilities of symbol definition tracking, but does it for css selectors (classes, IDs and HTML tags). This includes:
- Peek: load the css file inline and make quick edits right there. (
Ctrl+Shift+F12
) - Go To: jump directly to the css file or open it in a new editor (
F12
) - Hover: show the definition in a hover over the symbol (
Ctrl+hover
)
'언어 > CSS & HTML' 카테고리의 다른 글
IntelliSense for CSS class names in HTML - CSS Class 자동 완성 (0) | 2018.10.07 |
---|---|
HTMLHint - HTML 코드 분석 (0) | 2018.10.06 |
Bootstrap v4 Snippets - 부트 스트랩 스니펫 (0) | 2018.10.01 |
Font Awesome Autocomplete - 폰트 어썸 자동완성 (0) | 2018.10.01 |
Color Highlight - 문서에서 css/web 색상 표시 (0) | 2018.08.24 |