Skip to content

Instantly share code, notes, and snippets.

@psyrendust
Last active August 29, 2015 14:13
Show Gist options
  • Save psyrendust/2221daf2e64aaeabf06a to your computer and use it in GitHub Desktop.
Save psyrendust/2221daf2e64aaeabf06a to your computer and use it in GitHub Desktop.
My favorite Sublime Text plugins

Productivity Plugins

  • Case Conversion: Case conversion plugin (pascal, camel, snake) for sublime text 2 & 3.
  • Inc-Dec-Value: Increase / decrease of numbers, dates, hex color values, etc.
  • DocBlockr: Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++.
  • Insert Nums: Sublime Text plugin for inserting sequences. Supporting alphanumerics and hex, with bitwise operations!

SublimeLinter Plugins

{
"user": {
"debug": false,
"delay": 0.25,
"error_color": "D02000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Blueberry/round/Blueberry - round.gutter-theme",
"gutter_theme_excludes": [],
"lint_mode": "save only",
"linters": {
"csslint": {
"@disable": false,
"args": [],
"errors": "",
"excludes": [],
"ignore": "",
"warnings": ""
},
"eslint": {
"@disable": false,
"args": [],
"excludes": []
},
"htmltidy": {
"@disable": true,
"args": [],
"excludes": []
},
"jscs": {
"@disable": false,
"args": [],
"excludes": []
},
"jshint": {
"@disable": false,
"args": [],
"excludes": []
},
"json": {
"@disable": false,
"args": [],
"excludes": []
}
},
"mark_style": "outline",
"no_column_highlights_line": false,
"passive_warnings": false,
"paths": {
"linux": [],
"osx": [
"/usr/local/bin"
],
"windows": []
},
"python_paths": {
"linux": [],
"osx": [],
"windows": []
},
"rc_search_limit": 3,
"shell_timeout": 10,
"show_errors_on_save": false,
"show_marks_in_minimap": true,
"syntax_map": {
"html (django)": "html",
"html (rails)": "html",
"html 5": "html",
"php": "html",
"python django": "python"
},
"warning_color": "DDB700",
"wrap_find": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment