Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreruffert/favorite-sublime-text-packages
A list of my favorite and essential Sublime Text Packages.
https://github.com/andreruffert/favorite-sublime-text-packages
Last synced: 4 days ago
JSON representation
A list of my favorite and essential Sublime Text Packages.
- Host: GitHub
- URL: https://github.com/andreruffert/favorite-sublime-text-packages
- Owner: andreruffert
- Created: 2013-05-24T11:33:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-24T11:35:58.000Z (over 11 years ago)
- Last Synced: 2024-10-24T02:13:55.268Z (about 2 months ago)
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Favorite Sublime Text Packages
A list of my favorite and essential Sublime Text Packages.### [Package control](http://wbond.net/sublime_packages/package_control)
> A full-featured package manager that helps discovering, installing, updating and removing packages for Sublime Text 2. It features an automatic upgrader and supports GitHub, BitBucket and a full channel/repository system.###[Soda Theme](https://github.com/buymeasoda/soda-theme/)
> Dark and light custom UI themes.### [Emmet](https://github.com/sergeche/emmet-sublime)
> Emmet (previously known as Zen Coding) is a web-developer’s toolkit that can greatly improve your HTML & CSS workflow. Have a look through the comprehensive documentation for a taste of how powerful this plugin is: [Docs & demo](http://docs.emmet.io/).### [SideBar Enhancements](https://github.com/titoBouzout/SideBarEnhancements)
> This package extends the sidebar menu, by adding lots of new and useful features like: Move to trash, open in browser, and even copy the content of a file as data:uri base64.### [AdvancedNewFile](https://github.com/skuroda/Sublime-AdvancedNewFile)
> This package allows for faster folder and file creation within a project. [Quick screencast](http://net.tutsplus.com/tutorials/tools-and-tips/lightning-fast-folder-and-file-creation-in-sublime-text-2/).### [EditorConfig](https://github.com/sindresorhus/editorconfig-sublime)
> EditorConfig - helps developers define and maintain consistent coding styles between different editors and IDEs.###[HTML5](https://github.com/mrmartineau/HTML5)
> Adds HTML5 syntax mode & snippets. Browse the [repository](https://github.com/mrmartineau/HTML5) to see what snippets are included, usually the tabtrigger is the name of the snippet.###[ColorHighlighter](https://github.com/Monnoroch/ColorHighlighter)
> ColorHighlighter underlays selected hexadecimal colorcodes (like "#FFFFFF") with their real color.###[BracketHighlighter](https://github.com/facelessuser/BracketHighlighter)
> Bracket and tag highlighter.### [DocBlockr](https://github.com/spadgos/sublime-jsdocs)
> Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++.###[JSHint](https://github.com/uipoet/sublime-jshint)
> A JavaScript syntax checker. This tool helps you know what parts of your code you need to change in order to have a better sane code.###[Git](https://github.com/kemayo/sublime-text-2-git/)
> Plugin for some git integration.