https://github.com/ayamflow/sublime-text-config
Sublime Text 2 plugins & config
https://github.com/ayamflow/sublime-text-config
Last synced: 6 months ago
JSON representation
Sublime Text 2 plugins & config
- Host: GitHub
- URL: https://github.com/ayamflow/sublime-text-config
- Owner: ayamflow
- Created: 2013-08-31T13:33:37.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-11T12:43:17.000Z (over 12 years ago)
- Last Synced: 2025-01-31T14:41:59.864Z (over 1 year ago)
- Size: 137 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sublime Text 2 Configuration
I'm pretty sure some of them are overlapping but anyway:
## Configuration highlight
* Bold folder labels: for easy differentiation between files and folders
* Caret style: I use a fat and smooth caret
* Scroll past end: for better end-of-file editing
* Word wrap: cause I hate horizontal scroll
* SublimeLinterConfig with JSHint by default, and ignoring annoying globals like TweenMax easing, angular.module, _gaq and stuff.
## Plugins
### Better code utils
* [BracketHighlighter](https://github.com/facelessuser/BracketHighlighter): highlight starting and ending bracket in code
* [CSSLint](https://github.com/austinhappel/sublime-csslint): enable CSS validation
* [DockBlockr](https://github.com/spadgos/sublime-jsdocs): Easy prettyprint creation
* [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter): validate every javascript file using JSHint and custom config file
### Javascript
* [TernJS](https://github.com/emmetio/sublime-tern): True IDE-like Javascript autocompletion
* [SublimeCodeIntel](https://github.com/SublimeCodeIntel/SublimeCodeIntel): Simple autocompletion for variables, functions...
* [JsFormat](https://github.com/jdc0589/JsFormat): Reindent and adapt a file
### HTML
* [HTML5](https://github.com/mrmartineau/HTML5): Better HTML5 syntax
* [Tag](https://github.com/SublimeText/Tag): HTML tag autocompletion & autoclose
### CSS
* [SCSS](https://github.com/MarioRicalde/SCSS.tmbundle): Syntax coloring & autocompletion
### Utils
* [AdvancedNewFile](https://github.com/skuroda/Sublime-AdvancedNewFile): easier file creation
* [AngularInject](https://github.com/ayamflow/AngularInject): Fast AngularJS Dependency Injection. Also, I made this.
* [ColorHighlighter](https://github.com/Monnoroch/ColorHighlighter): Highlight a string color with its matching color.
* [FileSystem Autocompletion](https://github.com/lingo/sublime-fscompletion): Autocomplete paths. Useful for script imports.
* [SidebarEnhancements](https://github.com/titoBouzout/SideBarEnhancements): Create, delete, rename, move…
* [EasyMotion](https://github.com/tednaleid/sublime-EasyMotion): Kinda Vim cursor motion
* [GitGutter](http://www.jisaacks.com/gitgutter): show git diff in gutter
* [Minifier](https://github.com/bistory/Sublime-Minifier): quickly minify a file with Closure or Uglify
* [WordHighlight](https://github.com/SublimeText/WordHighlight): highlight all instances of selected word
## Theme
* [Soda Dark](https://github.com/buymeasoda/soda-theme/) + Chrome tabs
* Monokai color scheme
## Snippets
* console.log with log + tab
* What else ?
## Rarely used but useful from times to times
* [Unicode Character Highlighter](https://github.com/possan/sublime_unicode_nbsp): Highlight "wierd" characters in code
* [Hayaku](http://hayakubundle.com/): shortcuts for CSS property (like o:h = overflow:hidden)
* [DuplicateSelections](https://github.com/colinta/SublimeDuplicateSelections): Better multi-cursor copy/past
* [Inc-Dec-Value](https://github.com/rmaksim/Sublime-Text-2-Inc-Dec-Value): Alt+Up/Down to modify a number
Otherwise, all listed plugins are used on a daily basis.