LoginSignup
0
0

More than 5 years have passed since last update.

SublimeText3をインストールしたらやること

Last updated at Posted at 2018-05-08

package control をインストール

おすすめパッケージをインストール

Ctrl + Shift + P
Package Control: Advanced Install Package
でカンマ区切りのパッケージを入力するとまとめてインストールできる
SideBarEnhancements,SublimeLinter,BracketHighlighter,SublimeCodeIntel,HTML5,Alignment,ColorPicker,ConvertToUTF8,Color Highlighter,AutoFileName,GitGutter,HTML-CSS-JS Prettify,Emmet,OmniMarkupPreviewer,A File Icon,IMESupport,Markdown Extended,Monokai Extended,Show Character Code

Preferences > User Setting

Ctrl + Shift + P
Pre sett と入力すれば楽

{
    "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
    "default_line_ending": "unix",
    "draw_indent_guides": true,
    "draw_white_space": "all",
    "enable_tab_scrolling": false,
    "font_face": "MeiryoKe_Console",
    "font_size": 11,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
        "Markdown",
        "Vintage"
    ],
    "show_encoding": true,
    "show_line_endings": true,
    "tab_size": 2,
    "theme": "Default.sublime-theme",
    "translate_tabs_to_spaces": true,
    "tree_animation_enabled": false,
    "word_wrap": true
}
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0