Skip to content

Instantly share code, notes, and snippets.

@kevinrodbe
Last active January 24, 2018 18:32
Show Gist options
  • Save kevinrodbe/592686407410ac686159 to your computer and use it in GitHub Desktop.
Save kevinrodbe/592686407410ac686159 to your computer and use it in GitHub Desktop.
Package for sublimetext 3 / 2

Definitivos

Utilitarios

Autofilename
AllAutocomplete
SideBarEnhancements
BracketHighLighter
Emmet
ColorPicker [ctrl + shift + C]
Color Highlighter
Stylus Clean Completions
Origami
TodoReview

GIT y files to server

GIT
GITGutter
Sublimerge Pro [ctrl + Alt + D]
SFTP

Formato

HtmlBeautify [ctrl + shift + Alt + F]
HTML-CSS-JS prettify [ctrl + shift + H]
Minify [Ctrl + Alt + M]=>Other file [Ctrl + Alt + Shift + M]=>Same file (* Antes: npm install -g clean-css uglifycss js-beautify html-minifier uglify-js minjson svgo*)
JsFormat [ctrl + Alt + F]
JSCS Formatter (* Antes: npm install -g jscs *)
JSHint gutter
FixMyJS
JSON Reindent [Ctrl+Shift+P and type JSON Reindent]
SublimeLinter
SublimeLinter-contrib-eslint (* Antes: npm i -g eslint and https://github.com/roadhump/SublimeLinter-eslint)

Linters

JsonLint
SublimeLinter-JSHINT (* Antes: npm install -g jshint *)

Configuraciones sublimetext

SetUI Icons Sublime // Set_UI Theme
Ayu
EditorConfig

Templates syntax

HTML underscore syntax
HTML Mustache
Babel

Syntax preprocesador

Stylus
SCSS

Snippets

 Babel Snippets

WP

Wordpress developer resource

Otros

utilitarios

AlignTab
Sublime Minifier
Comment-Snippets
Alignment [ctl + Alt + A]
DocBlockr
Gist
SublimeREPL
BufferScroll
{
"Seti_SB_bright": true,
"Seti_SB_med": true,
"Seti_bold_slctdfile_labels": true,
"Seti_no_bar_undertabs": false,
"Seti_orange_button": true,
"Seti_orange_label": true,
"Seti_sb_no_icons": false,
"Seti_show_group_arrows": true,
"Seti_orange_button":true,
"Seti_bold_slctdfile_labels":true,
"Seti_accent_yellow":true,
"Seti_ClosedFolder_same":true,
"Seti_ClosedFolder_dots":true,
"auto_complete_selector": "source, text",
"auto_upgrade_ignore":
[
"Seti_UI"
],
"color_scheme": "Packages/Seti_UI/Scheme/Seti.tmTheme",
"font_size": 9,
"ignored_packages":
[
"Vintage"
],
"folder_exclude_patterns": [
".svn",
".git",
".hg",
"CVS",
".awestruct",
".sass-cache",
"node_modules"
],
"file_exclude_patterns": [
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"*.ai"
],
"binary_file_patterns": [
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.gzip",
"*.tbz2",
"*.ai",
"*.psd",
"*.min.js",
"tmp/",
"_tmp/"
],
"jsdocs_function_description": true,
"jsdocs_param_description": true,
"jsdocs_param_name": true,
"save_on_focus_lost": false,
"theme": "Seti.sublime-theme",
"update_check": false,
"word_wrap": "true",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}

Definitivos

Babel ES6/ES7
ESLint
Git History (git log)
HTML CSS Class Completion
language-stylus
npm Intellisense
Path Intellisense
PowerShell
vscode-icons
@kevinrodbe
Copy link
Author

kevinrodbe commented Apr 3, 2017

@kevinrodbe
Copy link
Author

en mac es: /Users/MY-USER/Library/Application Support/Sublime Text 3/Packages/User/Package Control.sublime-settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment