LoginSignup
6
6

More than 5 years have passed since last update.

Sublime 入れてるプラグイン

Last updated at Posted at 2013-10-09

AdvancedNewFile
AutoFileName
Batch File
Color Scheme - Default
ConvertToUTF8
Hayaku - tools for writing CSS faster
LiveReload
Local History
Markdown
Markdown Preview
MarkdownEditing
Package Control
PlainTasks
SFTP
SideBarEnhancements
Sublime-Text-2-Image-Viewer
SublimeLinter
SublimePeek
Theme - Flatland
Theme - Soda

// ----------------- 131011_1338_追加

Aqua Theme
All Autocomplete
AdvancedNewFile
SublimeAllAutocomplete

// ----------------- 131213_追記
IndentGuides
DocBlockr

// ----------------- 131213_設定ファイル

setting
{
    "afn_insert_width_first": true,
    "atomic_save": false,
    "auto_complete": true,
    "auto_complete_commit_on_tab": true,
    "auto_complete_delay": 30,
    "auto_complete_selector": "source - comment",
    "auto_complete_triggers":
    [
        {
            "characters": ".<",
            "selector": "source.cs"
        }
    ],
    "auto_convert_line_endings_to": "Windows",
    "auto_indent": true,
    "binary_file_patterns":
    [
        "*.dds",
        "*.eot",
        "*.gif",
        "*.ico",
        "*.jar",
        "*.jpeg",
        "*.jpg",
        "*.pdf",
        "*.png",
        "*.swf",
        "*.tga",
        "*.ttf",
        "*.zip",
        "node_modules/**"
    ],
    "caret_style": "phase",
    "color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
    "default_encoding": "UTF-8",
    "default_line_ending": "Windows",
    "draw_white_space": "all",
    "ensure_newline_at_eof_on_save": false,
    "file_exclude_patterns":
    [
        "*.pyc",
        "*.pyo",
        "*.exe",
        "*.dll",
        "*.obj",
        "*.o",
        "*.a",
        "*.lib",
        "*.so",
        "*.dylib",
        "*.ncb",
        "*.sdf",
        "*.suo",
        "*.pdb",
        "*.idb",
        ".DS_Store",
        "*.class",
        "*.psd",
        "*.db"
    ],
    "find_selected_text": true,
    "folder_exclude_patterns":
    [
        ".svn",
        ".git",
        ".hg",
        "CVS"
    ],
    "font_face": "Ricty-Regular",
    "font_options":
    [
        "directwrite"
    ],
    "font_size": 17,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
        "ActionScript",
        "ASP",
        "C++",
        "Color Scheme - Default",
        "D",
        "DocBlockr",
        "Git",
        "Go",
        "Java",
        "LaTeX",
        "Lisp",
        "LiveReload",
        "Objective-C",
        "R",
        "Vintage"
    ],
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "margin": -8,
    "open_files_in_new_window": true,
    "rulers":
    [
        4,
        8,
        80
    ],
    "scroll_past_end": true,
    "show_full_path": true,
    "show_line_endings": true,
    "smart_indent": true,
    "tab_size": 2,
    "theme": "Cobalt2.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_automatic_white_space": false,
    "trim_trailing_white_space_on_save": true,
    "use_tab_stops": true,
    "word_separators": "./\\()\"':,.;<>~!@%^&*|+=[]{}`~?",
    "word_wrap": true
}


// ----------------- inputSe
IndentGuides
DocBlockr

// ------ 参考URL
http://matome.naver.jp/odai/2135695603157403601

6
6
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
6
6