'sublime text 3' set up and config

1.set up and config

https://www.cnblogs.com/liangqihui/p/8450173.html

 

ps: go "control + shift + p" to load "package cotrol"

select menu: preferences->package control, select "install package"

 

2.add "vuejs snippets"

install package => vuejs snippets

install package => Vue  Syntax Highlight

 

3.change tab to some blanks

preference -> settings-user:

"tab_size":4,

"translate_tabs_to_spaces":true

 

4.add code pieces

tools => developer => new snipet

 

5.add "goto definition"

install package => ctags

 

6. add code formation

install package => html-css-js prettify

ctrl + alt + h

change some setting by 'tools => html/css/js => prettify', if we want to change every row '\n\n' set "'new_bettween_rules'=false"

posted @ 2018-06-23 19:49  苦练上网技术  阅读(111)  评论(0)    收藏  举报