'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"

猜你喜欢

转载自www.cnblogs.com/Chydenious/p/9218672.html