Sublime Text 3 配置

來源:互聯網
上載者:User

標籤:

下載

    官方地址:http://www.sublimetext.com/3

修改預設檔案檔案路徑
  •     正常情況:

    安裝完成sublime Text 3之後別運行。直接進入安裝目錄建立一個叫做“Data”(注意大小寫)的檔案夾。

  •     特殊情況:

    如果安裝完成之後已經運行過Sublime Text 3 則需要進入 %appdata/Roaming/中的 Sublime Text 3 目錄刪除。然後進入安裝目錄建立一個叫做“Data”(注意大小寫)的檔案夾。

安裝控制台

開啟Sublime Text 3 按快速鍵 Ctrl + ~ 彈出命令台,在命令視窗中輸入以下代碼斷行符號:

import urllib.request,os; pf = ‘Package Control.sublime-package‘; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), ‘wb‘).write(urllib.request.urlopen( ‘http://sublime.wbond.net/‘ + pf.replace(‘ ‘,‘%20‘)).read())

安裝完成之後,重啟 Sublime Text 3 之後就愉快的安裝外掛程式啦( Ctrl +Shift + P)--> Ctrl + P。

常用外掛程式
  1. ConvertToUTF8

  2. ColorPicker

  3. HTML-CSS-JS Prettify

  4. Emmet

  5. SideBarEnhancements

  6. SublimeLinter

  7. Git

  8. SVN

  9. 其他....

帥氣主題
  • Preap

    地址:https://packagecontrol.io/packages/Preap

    配置:自己看咯。


配置設定代理
    "http_proxy": "http://127.0.0.1:8080",        "https_proxy": "http://127.0.0.1:8080",
顯示空格及定位字元
"draw_white_space": "all"
個人配置1
{  "color_scheme": "Packages/material-color-scheme/sublime/material-dark.tmTheme",  "ignored_packages":  [      "Vintage"  ],  "theme": "preap.sublime-theme",  "font_face": "Source Code Pro",  "font_size": 17,  "highlight_line": true,  "caret_style": "smooth",  "show_full_path": true,  "ignored_packages":  [      "Vintage"  ],  "rulers":  [      80  ],  "bold_folder_labels": true,  "save_on_focus_lost": true,  "scroll_past_end": true,  "show_encoding": true,  "show_line_endings": true,  "tab_size": 2,  "translate_tabs_to_spaces": true,  "trim_trailing_white_space_on_save": true,  "match_tags": true,  "auto_complete": true,  "http_proxy": "http://localhost:8080",  "https_proxy": "http://localhost:8080",  "match_brackets_content": true,  "draw_white_space": "all"}
個人配置2
{    "auto_complete_commit_on_tab": false,    "auto_complete_delay": 0,    "auto_complete_with_fields": true,    "auto_indent": true,    "auto_match_enabled": true,    "bold_folder_labels": true,    "color_scheme": "Packages/material-color-scheme-master/sublime/material-light.tmTheme",    "curiosity_sidebar_font_large": true,    "curiosity_sidebar_font_normal": true,    "curiosity_sidebar_font_small": true,    "curiosity_sidebar_font_xlarge": true,    "curiosity_sidebar_large": true,    "curiosity_sidebar_normal": true,    "curiosity_sidebar_small": true,    "curiosity_sidebar_xlarge": true,    "curiosity_sidebar_xsmall": true,    "default_encoding": "UTF-8",    "dpi_scale": 1.0,    "draw_white_space": "all",    "fade_fold_buttons": false,    "fold_buttons": true,    "font_face": "Source Code Pro",    "font_size": 14,    "highlight_line": true,    "highlight_modified_tabs": true,    "hot_exit": false,    "http_proxy": "http://127.0.0.1:1080",    "https_proxy": "http://127.0.0.1:1080",    "ignored_packages":    [        "Vintage"    ],    "match_brackets_angle": true,    "match_brackets_content": true,    "match_tags": true,    "remember_open_files": false,    "smart_indent": true,    "tab_size": 4,    "translate_tabs_to_spaces": true,    "trim_trailing_white_space_on_save": true,    "update_check": false,    "word_wrap": "false"}





著作權聲明:本文為博主原創文章,未經博主允許不得轉載。

by: ThoughtSong

Sublime Text 3 配置

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.