Skip to content

Instantly share code, notes, and snippets.

@drublic
Last active October 4, 2022 02:24
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drublic/6484488 to your computer and use it in GitHub Desktop.
Save drublic/6484488 to your computer and use it in GitHub Desktop.
My Sublime Plugins

Sublime Text Plugins

  • All Autocomplete
  • Bower
  • Editor Config
  • Emmet
  • Grunt
  • Image2Base64
  • LESS
  • CSS
  • Package Control
  • SideBarEnhancements
  • SFTP
  • Sublime Linter
  • tern_for_sublime
  • JavaScriptNext
@yatil
Copy link

yatil commented Sep 8, 2013

@yellowled
Copy link

I'll have to check out some of those, haven't checked for new packages in quite a while. Here's what I think you might find helpful from my list of plugins:

@drublic
Copy link
Author

drublic commented Sep 8, 2013

I've installed GitGutter and SublimeGit now and will try them for a while. Thanks @yatil.
I will also check out ApacheConf and JS Format, thanks @yellowled.

@remitbri
Copy link

remitbri commented Sep 8, 2013

BracketHighlighter - Bracket and tag highlighter
DockBlockr - Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++
sublime_unicode_nsbp - highlights unicode characters such as non breakable spaces and others that break compilers/linters. Tweeked for ST3 but see issues to make it work on ST2

@sindresorhus
Copy link

@mischah
Copy link

mischah commented Sep 8, 2013

+1 for Emmet.

You got to check:

@fizerkhan
Copy link

Trailing spaces - Highlight trailing spaces and delete them in a flash.
Markdown Preview

@dennisfrank
Copy link

Besides the already named packages (Hayaku (!!!), SublimeGit, GitGutter, BracketHighlighter, DockBlockr) and some language specific ones I make frequent use of the following packages:

  • DashDoc (if you’re using Dash (and you should!)) – Open the selected text or text under cursor in Dash documentation browser
  • Inc-Dec-Value – increase / decrease of numbers, dates, hex color values, etc.
  • Last​Modified​Indicator – indicating the last modified line
  • Emmet LiveStyle – Live bi-directional CSS edit
  • Theme Cobalt​2 – Light on dark blue theme with excellent guide highlighting
  • Markdown​Editing – includes a great monochrome theme for markdown documents

@MoritzGiessmann
Copy link

@drublic
Copy link
Author

drublic commented Sep 9, 2013

Awesome plugins, all of you. Thanks so much.
Special thanks for:

  • Sublime JSDocs aka DocBlockr, to @remitbri, wanted to install it for some time now
  • HTMLPrettify, seems interesting @mischah, will put it on my list
  • I will also keep LiveStyle on my list, thanks @freshmango.

I've tried some of the other suggestions. I "fill" some of the others with helpers and other software. Thank you anyway :)

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