일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- SVN
- 생략
- 루팅
- 윈도우
- cutomobjectmapper
- mybatis
- 마리아DB
- AOP
- marketplace
- db admin
- 긴문자열
- git
- 마이바티스
- 스프링
- ResponseBody
- 리눅스
- 의존성주입
- Spring
- Eclipse
- jsonview
- 설정파일
- NoClassDefFoundError
- 캐릭터셋
- 일정계획
- 이클립스
- ㅗ르
- 제어역전
- Version
- dbeaver
- 버전
- Today
- Total
프밍일기
Sublime Text 3 초기 설정 본문
Sublime Text 3 설치후 초기 설정
■ Setting
1. 상단메뉴 > Preferences > Settings
2. Pregerences.sublime-settings - User 영역에 본인이 원하는 세팅 설정
{
"always_show_minimap_viewport": true,
"font_face": "D2Coding",
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 4,
"theme": "Soda Dark 3.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
■ Pakcage Control 설치
1. https://packagecontrol.io/installation#st3 접속
2. [ SUBLIME TEXT 3 ] 탭의 텍스트 복사
3. [ Ctrl + ` ] 입력하여 Console 오픈
4. 복사해놓은 텍스트를 입력란에 붙여넣기후 엔터
■ 패키지 설치
1. [ Ctrl + Shift + p ] 입력하여 Package Control 창 오픈
2. 패키지 컨트롤창 뜨면 "install package" 입력하여 패키지 선택창 오픈
3. 패키지 선택창이 뜨면 설치할 패키지명 입력후 선택하여 설치
■ 유용한 패키지
https://opentutorials.org/module/2251/12791
■ 설치된 패키지
All Autocomplete
AutoFileName
Autoprefixer
BracketHighlighter
ConvertToUTF8
CSS Format
CSScomb
Diffv
DocBlockr
Goto-CSS-Declaration
HexViewer
HTML-CSS-JS-Prettify
IMESupport
IndentXML
JavaScript Completions
jQuery
LiveReload
LiveStyle
Material Theme
Random Everything
SFTP
SideBarEnhancements
SublimeCodeIntel
SyncedSideBar
View In Browser
Vue Syntax Highlight
W3CValidators
'Dev Tool' 카테고리의 다른 글
[VS Code] React 개발을 위한 .js 파일 연관정보 변경 (0) | 2019.05.25 |
---|---|
이클립스 파일 인코딩 일괄변경 (0) | 2019.02.10 |
이클립스 Marketplace에서 SVN 설치 오류 (0) | 2018.08.18 |