vue 2 snippets
-
유용한 플러그인 1. Live Server : html을 바로 웹 서버에서 실행해준다. 2. prettier 3. Path Intellisense : file의 경로를 자동완성함 4. auto rename tag html, xml의 시작 태그를 고치면 자동으로 끝 태그도 수정해준다. 5. Vue Peek 사용된 Vue Component를 쉽게 추적할 수 있게 도와준다. 8. Material Icon Theme 9. Blockman 아이콘이 이뻐진다. ㅎㅎ
[vscode] 웹 개발에 유용한 플러그인 모음유용한 플러그인 1. Live Server : html을 바로 웹 서버에서 실행해준다. 2. prettier 3. Path Intellisense : file의 경로를 자동완성함 4. auto rename tag html, xml의 시작 태그를 고치면 자동으로 끝 태그도 수정해준다. 5. Vue Peek 사용된 Vue Component를 쉽게 추적할 수 있게 도와준다. 8. Material Icon Theme 9. Blockman 아이콘이 이뻐진다. ㅎㅎ
2019.11.06 -
에디터 설정 메뉴 접근: file -> preferences -> settings 자주 사용되는 항목들은 Commony Used에 모여있어서 편하다. Font Size: 16 Font Family: D2Coding Line Height: editor: 25 terminal: 1.2 Mouse Wheel Zoom: true Format On Paste: true 테마 변경: file -> preferences -> settings -> workbench -> appearances -> color theme 수정 키맵 변경: file -> preferences -> keymap -> eclipse keymap 설정
[vscode] 자질구래한 설정에디터 설정 메뉴 접근: file -> preferences -> settings 자주 사용되는 항목들은 Commony Used에 모여있어서 편하다. Font Size: 16 Font Family: D2Coding Line Height: editor: 25 terminal: 1.2 Mouse Wheel Zoom: true Format On Paste: true 테마 변경: file -> preferences -> settings -> workbench -> appearances -> color theme 수정 키맵 변경: file -> preferences -> keymap -> eclipse keymap 설정
2019.10.17