Skip to content

Instantly share code, notes, and snippets.

@arxeiss
Created January 1, 2021 12:18
Show Gist options
  • Save arxeiss/ac327ec33ec30f4682e6d31f5c388341 to your computer and use it in GitHub Desktop.
Save arxeiss/ac327ec33ec30f4682e6d31f5c388341 to your computer and use it in GitHub Desktop.
SublimeText
{
"browsers": ["> 1%"],
"cascade": true,
"remove": true
}
{
"jsdocs_spacer_between_sections": "after_description",
"jsdocs_align_tags": "no",
"jsdocs_return_description": false,
"jsdocs_param_description": false,
"jsdocs_short_primitives": true,
}
<snippet>
<content><![CDATA[
{{ ${0:expression} }}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>print</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>text.blade</scope>
</snippet>
<snippet>
<content><![CDATA[
<!-- $1 -->
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>comm</tabTrigger>
<description>XML Comment</description>
</snippet>
{
"extensions":
[
]
}
{
"extensions":
[
"css"
]
}
[
{ "keys": ["ctrl+alt+n"], "command": "advanced_new_file_new"},
{ "keys": ["ctrl+shift+t"], "command": "reopen_last_file" },
{ "keys": ["ctrl+shift+r"], "command": "goto_symbol_in_project" },
{ "keys": ["f6"], "command": "expand_fqcn", "args": {"leading_separator": true} },
{ "keys": ["f5"], "command": "find_use" },
{ "keys": ["f4"], "command": "import_namespace" },
{ "keys": ["f3"], "command": "implement" },
// { "keys": ["f12"], "command": "goto_definition" },
{"keys": ["f12"], "command": "lsp_symbol_definition"},
{ "keys": ["f7"], "command": "insert_php_constructor_property" },
{ "keys": ["ctrl+space"], "command": "auto_complete" },
{ "keys": ["ctrl+space"], "command": "replace_completion_with_auto_complete", "context":
[
{ "key": "last_command", "operator": "equal", "operand": "insert_best_completion" },
{ "key": "auto_complete_visible", "operator": "equal", "operand": false },
{ "key": "setting.tab_completion", "operator": "equal", "operand": true }
]
},
{ "keys": ["f2"], "command": "lsp_document_symbols" }
]
{
"preferences":
{
"sass.propertyEnd": ";"
},
"telemetry": true,
"uid": "d5b20ebc-8bf0-4cb6-9a95-7f588e56e39f"
}
// GitGutter Settings - User
{
"show_line_annotation": "false",
}
{
"highlighter_regex": "(\t+ +(?![*]))|( +\t+)|([\t ]+$)|[\u2026\u2018\u2019\u201c\u201d\u2013\u2014\u00a0]",
"highlighter_regex_cool": "",
"highlighter_delay": 300,
"highlighter_syntax_ignore": [],
}
// Settings in here override those in "LSP/LSP.sublime-settings",
{
"auto_show_diagnostics_panel": false,
"only_show_lsp_completions": false
}
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"AdvancedNewFile",
"Blade Snippets",
"DocBlockr",
"Dockerfile Syntax Highlighting",
"DotENV",
"EditorConfig",
"Emmet",
"FileIcons",
"Git badges like VS Code",
"GitGutter",
"Highlight Dodgy Chars",
"JSX",
"Laravel Blade Highlighter",
"LSP",
"LSP-intelephense",
"Nette + Latte + Neon",
"Package Control",
"PHP Getters and Setters",
"rainbow_csv",
"RawLineEdit",
"Sass",
"Sync Settings",
"TabsExtra"
]
}
{
// if docblock says variable id any of the following do not add type hinting to functions
"type_hint_ignore": [],
}
{
"auto_complete": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
"dictionary": "Packages/Language - EN_CZ/EN_CZ.dic",
"enable_hexadecimal_encoding": false,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"font_face": "JetBrains Mono",
"font_size": 9,
"ignored_packages":
[
"Highlight Dodgy Chars",
"Nette + Latte + Neon",
"Vintage"
],
"ignored_words":
[
"param"
],
"mini_diff": false,
"rulers":
[
120
],
"show_encoding": true,
"show_line_endings": true,
"spell_check": true,
"theme": "Adaptive.sublime-theme",
"trim_trailing_white_space_on_save": true
}
{
"globals": {
"active_guide": "#7a4815",
"background": "#282923",
"bracket_contents_options": "underline",
"caret": "#f8f8f1e6",
"find_highlight": "#ffe894",
"find_highlight_foreground": "#000000",
"foreground": "#f8f8f2",
"invisibles": "#70716b",
"line_highlight": "#3e3d32",
"misspelling": "#f92472",
"selection": "#48473d",
"selection_border": "#212117",
"tags_options": "stippled_underline"
},
"rules": [
{
"foreground": "#E6194B",
"name": "rainbow csv rainbow1",
"scope": "rainbow1"
},
{
"foreground": "#3CB44B",
"name": "rainbow csv rainbow2",
"scope": "keyword.rainbow2"
},
{
"foreground": "#FFE119",
"name": "rainbow csv rainbow3",
"scope": "entity.name.rainbow3"
},
{
"foreground": "#0082C8",
"name": "rainbow csv rainbow4",
"scope": "comment.rainbow4"
},
{
"foreground": "#FABEBE",
"name": "rainbow csv rainbow5",
"scope": "string.rainbow5"
},
{
"foreground": "#46F0F0",
"name": "rainbow csv rainbow6",
"scope": "entity.name.tag.rainbow6"
},
{
"foreground": "#F032E6",
"name": "rainbow csv rainbow7",
"scope": "storage.type.rainbow7"
},
{
"foreground": "#008080",
"name": "rainbow csv rainbow8",
"scope": "support.rainbow8"
},
{
"foreground": "#F58231",
"name": "rainbow csv rainbow9",
"scope": "constant.language.rainbow9"
},
{
"foreground": "#FFFFFF",
"name": "rainbow csv rainbow10",
"scope": "variable.language.rainbow10"
}
]
}
/home/pavel/konik/list.csv , quoted
/home/pavel/konik/employee.csv , quoted
/home/pavel/konik/import/list.csv , quoted
/home/pavel/konik/employees.csv , quoted
/home/pavel/konik/import/employee.csv , quoted
{
"fallback_focus": "left",
}
[
{ "caption": "-"},
{ "command": "tabs_extra_close", "args": { "group": -1, "index": -1, "close_type": "left" }, "caption": "Close Tabs to the Left" },
{ "command": "tabs_extra_close", "args": { "group": -1, "index": -1, "close_type": "all" }, "caption": "Close All Tabs" },
{
"caption": "Close Tabs(s) - Skip Unsaved",
"children":
[
{ "command": "tabs_extra_close", "args": { "group": -1, "index": -1, "close_type": "single", "close_unsaved": false }, "caption": "Close" },
{ "command": "tabs_extra_close", "args": { "group": -1, "index": -1, "close_type": "other", "close_unsaved": false }, "caption": "Close Other Tabs" },
{ "command": "tabs_extra_close", "args": { "group": -1, "index": -1, "close_type": "right", "close_unsaved": false }, "caption": "Close Tabs to the Right" },
{ "command": "tabs_extra_close", "args": { "group": -1, "index": -1, "close_type": "left", "close_unsaved": false }, "caption": "Close Tabs to the Left" },
{ "command": "tabs_extra_close", "args": { "group": -1, "index": -1, "close_type": "all", "close_unsaved": false }, "caption": "Close All Tabs" }
]
},
{
"caption": "Close Tabs(s) - Dismiss Unsaved",
"children":
[
{ "command": "tabs_extra_close", "args": { "group": -1, "index": -1, "close_type": "single", "unsaved_prompt": false }, "caption": "Close" },
{ "command": "tabs_extra_close", "args": { "group": -1, "index": -1, "close_type": "other", "unsaved_prompt": false }, "caption": "Close Other Tabs" },
{ "command": "tabs_extra_close", "args": { "group": -1, "index": -1, "close_type": "right", "unsaved_prompt": false }, "caption": "Close Tabs to the Right" },
{ "command": "tabs_extra_close", "args": { "group": -1, "index": -1, "close_type": "left", "unsaved_prompt": false }, "caption": "Close Tabs to the Left" },
{ "command": "tabs_extra_close", "args": { "group": -1, "index": -1, "close_type": "all", "unsaved_prompt": false }, "caption": "Close All Tabs" }
]
},
{ "caption": "-" },
{ "command": "tabs_extra_toggle_sticky", "args": { "group": -1, "index": -1 }, "caption": "Sticky Tab" },
{ "command": "tabs_extra_clear_all_sticky", "args": { "group": -1, "force": true }, "caption": "Clear All Sticky Tabs" },
{ "caption": "-" },
{ "command": "reopen_last_file", "caption": "Reopen Last Tab" },
{ "caption": "-" },
{ "command": "tabs_extra_view_wrapper", "args": {"group": -1, "index": -1, "command": "clone_file"}, "caption": "Clone" },
{ "caption": "-" },
{ "command": "tabs_extra_view_wrapper", "args": {"group": -1, "index": -1, "command": "save"}, "caption": "Save" },
{ "command": "tabs_extra_view_wrapper", "args": {"group": -1, "index": -1, "command": "prompt_save_as"}, "caption": "Save As…" },
{ "command": "save_all", "caption": "Save All" },
{ "caption": "-" },
{ "command": "tabs_extra_delete", "args": {"group": -1, "index": -1}, "caption": "Delete File" },
{ "caption": "-" },
{ "command": "tabs_extra_rename", "args": {"group": -1, "index": -1}, "caption": "Rename…" },
{ "command": "tabs_extra_move", "args": {"group": -1, "index": -1}, "caption": "Move…" },
{ "command": "tabs_extra_duplicate", "args": {"group": -1, "index": -1}, "caption": "Duplicate…" },
{ "caption": "-" },
{ "command": "tabs_extra_file", "args": {"group": -1, "index": -1, "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}}, "caption": "Open Containing Folder…" },
{ "command": "tabs_extra_file", "args": {"group": -1, "index": -1, "command": "reveal_in_side_bar"}, "caption": "Reveal in Side Bar" },
{
"caption": "Copy File Path",
"children":
[
{ "command": "tabs_extra_file_path", "args": {"group": -1, "index": -1, "path_type": "name"}, "caption": "File Name" },
{ "command": "tabs_extra_file_path", "args": {"group": -1, "index": -1, "path_type": "path_uri"}, "caption": "File URI" },
{ "command": "tabs_extra_file_path", "args": {"group": -1, "index": -1, "path_type": "path"}, "caption": "Full Path" },
]
},
{ "caption": "-" },
{ "command": "tabs_extra_revert", "args": {"group": -1, "index": -1, "command": "revert"}, "caption": "Revert File" },
{ "caption": "-" },
{
"caption": "Sort Tabs By…",
"children":
[
{ "command": "tabs_extra_sort", "args": {"group": -1, "sort_by": "TabsExtra.sort.name", "reverse": false}, "caption": "Name" },
{ "command": "tabs_extra_sort", "args": {"group": -1, "sort_by": "TabsExtra.sort.path", "reverse": false}, "caption": "Path" },
{ "command": "tabs_extra_sort", "args": {"group": -1, "sort_by": "TabsExtra.sort.modified", "reverse": false}, "caption": "Modified" },
{ "command": "tabs_extra_sort", "args": {"group": -1, "sort_by": "TabsExtra.sort.created", "reverse": false}, "caption": "Created" },
{ "command": "tabs_extra_sort", "args": {"group": -1, "sort_by": "TabsExtra.sort.type", "reverse": false}, "caption": "Extension" },
{ "command": "tabs_extra_sort", "args": {"group": -1, "sort_by": "TabsExtra.sort.size", "reverse": false}, "caption": "Size" },
{ "command": "tabs_extra_sort", "args": {"group": -1, "sort_by": "TabsExtra.sort.activated", "reverse": false}, "caption": "Last Activated" },
{ "command": "tabs_extra_sort", "args": {"group": -1, "sort_by": "TabsExtra.sort.syntax", "reverse": false}, "caption": "Syntax" },
{ "command": "tabs_extra_sort", "args": {"group": -1, "sort_by": "TabsExtra.sort.reverse", "reverse": false}, "caption": "Reverse Order" }
]
}
]
{
"override": false,
"version": "1.7.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment