Sublime text 썸네일형 리스트형 DocBlock - 주석 플러그인 1. Preferences -> Package Control (Ctrl + Shift + p) : install2. DocBlock 설치3. "/** + Ender" 하면 자동으로 주석을 만들어 준다. 추가내용은 사용해 보면서 아래주소에서 멋진 내용을 확인할 것.https://github.com/spadgos/sublime-jsdocs/ 코드 정렬 - Aligment 1. Preferences -> Package Control (Ctrl + Shift + p) : install2. alignment 설치3. Preferences - Package Settings - Alignment - Settings - Default 의 내용을 복사해서 Preferences - Package Settings - Alignment - Settings - User 로 붙혀넣기한다. 차후 패키지 업그레이드 되어도 사용자 설정을 그대로 남기기 위해 User 설정을 수정한다.3-1. 현재 적용한 설정 { // If the indent level of a multi-line selection should be aligned "align_indent": true, // If indentatio.. 탭 설정 - 스페이스로 대체하기 Preferences -> Settings - User { "tab_size": 4, //탭간격을 스페이스4칸 "translate_tabs_to_spaces": true, //탭을 스페이스로 대체 } 이전 1 다음