본문 바로가기

Dev Tool

코드 정렬 - 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..
Sublime Text 에서 Vi 모드 사용하기 사용할때 { // List any packages to ignore here. When removing entries from this list, // a restart may be required if the package contains plugins. //"ignored_packages": ["Vintage"] "ignored_packages": [] } 사용 안할때 { // List any packages to ignore here. When removing entries from this list, // a restart may be required if the package contains plugins. //"ignored_packages": [] "ignored_packages": ["Vi..
탭 설정 - 스페이스로 대체하기 Preferences -> Settings - User { "tab_size": 4, //탭간격을 스페이스4칸 "translate_tabs_to_spaces": true, //탭을 스페이스로 대체 }
FTP/SFTP 설정하기 1. Package Install 1-1. 콘솔창을 연다. View -> Show Console 1-2. 아래주소로 가서 자신의 서브라임 텍스트 의 버전과 동일한 파이썬 코드를 복사한후 콘솔에 복사한다. https://packagecontrol.io/installation#st2 1-3. 설치완료후 서브라임 텍스트 재시작 1-4. Preferences -> Package Control 이 보인다. 2. FTP/SFTP 패키지 설치 2-1. Preferences -> Package Control 을 클릭 2-2. Package Control: Install Package 를 선택 (글자를 입력하면 자동완성으로 보여준다) 2-3. SFTP 검색하여 설치한다. 3. FTP/SFTP 설정 * 서브라임 텍스트의 ..
테마 및 폰트 설정 1. 폰트설정 Preference -> Settings - User 클릭 후 아래와 같이 폰트 설정한다. { "font_face": "Bitstream Vera Sans Mono", "font_size": 9 } 2. 테마(칼라 스키마) 설정 Preference -> Color scheme -> Twilight { "color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", "font_face": "Bitstream Vera Sans Mono", "font_size": 9 } Twilightcyanide Colorscheme 패키지를 인스톨해서 좀더 좋은 Twilight 를 쓰고 있다.