프밍일기

Sublime Text 3 초기 설정 본문

Dev Tool

Sublime Text 3 초기 설정

스에조theLED 2018. 2. 10. 23:47

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

Comments