All Projects → d2s → Sublime Text 2 User Settings

d2s / Sublime Text 2 User Settings

💾 2011–2013 — My user settings for Sublime Text 2

Projects that are alternatives of or similar to Sublime Text 2 User Settings

Sublime Text
Personal Sublime Text setup
Stars: ✭ 19 (-57.78%)
Mutual labels:  sublime-text
Zenscript Highlighter
Sublime Text highlighting for ZenScript used in MineTweaker, CraftTweaker and ModTweaker
Stars: ✭ 15 (-66.67%)
Mutual labels:  sublime-text
Sublime Ava
Snippets for AVA
Stars: ✭ 41 (-8.89%)
Mutual labels:  sublime-text
Pawn Sublime Language
Pawn language settings for Sublime Text 3. Copied from C++ but with Pawn language and SA:MP specific modifications.
Stars: ✭ 26 (-42.22%)
Mutual labels:  sublime-text
Yamlsettings
Yaml Settings Configuration Module
Stars: ✭ 12 (-73.33%)
Mutual labels:  settings
Vscode Material Theme
Port of the sublime text Material theme for Visual Studio Code in light and dark.
Stars: ✭ 21 (-53.33%)
Mutual labels:  sublime-text
Qonfig
Config. Defined as a class. Used as an instance. Lazy instantiation. Validation layer. Thread-safe. Support for YAML, TOML, JSON, __END__, ENV. Extremely simple to define. Extremely simple to use.
Stars: ✭ 17 (-62.22%)
Mutual labels:  settings
Codeatlassublime
Code relationship graph visualization plugin of sublime editor
Stars: ✭ 44 (-2.22%)
Mutual labels:  sublime-text
Sublime Bookmarks
Sublime Text essential plugins and resources
Stars: ✭ 878 (+1851.11%)
Mutual labels:  sublime-text
Sublime Text Imfix
Fix Sublime Text 3 Input method problem (CJK words) under Ubuntu
Stars: ✭ 969 (+2053.33%)
Mutual labels:  sublime-text
Settingscompat
特殊权限(Special Permissions)兼容库,悬浮窗权限(SYSTEM_ALERT_WINDOW)与系统设置修改权限(WRITE_SETTINGS)
Stars: ✭ 942 (+1993.33%)
Mutual labels:  settings
Dugong
Minimal State Store Manager for React Apps using RxJS
Stars: ✭ 10 (-77.78%)
Mutual labels:  sublime-text
Vhdl Mode
A package for Sublime Text that aids coding in the VHDL language.
Stars: ✭ 31 (-31.11%)
Mutual labels:  sublime-text
Sublimeallautocomplete
Extend Sublime autocompletion to find matches in all open files of the current window
Stars: ✭ 906 (+1913.33%)
Mutual labels:  sublime-text
Sublimall Server
Server behind Sublimall SublimeText plugin
Stars: ✭ 43 (-4.44%)
Mutual labels:  sublime-text
Sublimetext
Caddyfile syntax highlighting for Sublime Text 3
Stars: ✭ 17 (-62.22%)
Mutual labels:  sublime-text
Easysettings
Sublime Settings made easy through auto-completion!
Stars: ✭ 20 (-55.56%)
Mutual labels:  sublime-text
Laravel Settings
Simple Settings package for a laravel application
Stars: ✭ 45 (+0%)
Mutual labels:  settings
Lsp
Client implementation of the Language Server Protocol for Sublime Text
Stars: ✭ 1,018 (+2162.22%)
Mutual labels:  sublime-text
Terminus
Bring a real terminal to Sublime Text
Stars: ✭ 967 (+2048.89%)
Mutual labels:  sublime-text

What are these?

Settings for using Sublime Text 2 better.

Originally customised for myself (d2s).

Your mileage may vary.

Screenshot of editor

WARNING!

I keep modifying these more or less daily so things might get broken. Don't blame me if that happens. It's probably better to make copy of these to another location and just copy the parts you find most useful.

Requirements:

Optional:

There is also "Source Sans Pro" typeface that could be used with non-code writing. Could try to use that in plain text or Markdown files.

Installation

Using Git

Go to your Sublime Text 2 Packages directory:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/

Clone the settings repository using the command below:

git clone https://github.com/d2s/Sublime-Text-2-User-Settings.git "User"

Required extensions:

Read Package Control page for details about how to install it and other possible extensions via the system.

Theme

Suggested extensions:

General tools

File Transfer

Version Control

Code intelligence

Project management

  • [SublimeTODO][]

HTML

  • [Placeholders][]

CSS

  • SCSS
  • [sublime-csspecific][]
  • LESS

JavaScript

  • Backbone.js
  • [CoffeeScript][]
  • JSDocs
  • JsFormat
  • [SublimeText-Nodejs][]
  • Nodejs
  • Pretty JSON
  • Jasmine
  • jQuery
  • JsFormat

Ruby

  • Rake
  • RSpec
  • Cucumber
  • Guard
  • Haml

PHP

  • [sublime-text-2-wordpress][]
  • Wordpress

Databases

  • Format SQL

Server Configs

  • ApacheConf.tmLanguage
  • nginx

TeX

  • LaTeX Track Changes
  • LaTeXTools

Flash

  • ActionScript 3

Java

  • SublimeJava

[CoffeeScript]: https://github.com/jashkenas/coffee-script-tmbundle) "TextMate Bundle for CoffeeScript" [SublimeText-Nodejs]: https://github.com/tanepiper/SublimeText-Nodejs "nodejs snippets and bindings for Sublime Text 2" [SublimeTODO]: https://github.com/robcowie/SublimeTODO "Extract TODO-type comments from open files and project folders" [sublime-ToggleQuotes]: https://github.com/spadgos/sublime-ToggleQuotes "ST2 Plugin for toggling quote marks" [sublime-csspecific]: https://github.com/spadgos/sublime-csspecific "CSS specificity calculator for Sublime Text 2" [sublime-text-2-wordpress]: https://github.com/purplefish32/sublime-text-2-wordpress "WordPress package for Sublime Text 2" [Goto Documentation]: https://github.com/kemayo/sublime-text-2-goto-documentation "Sublime Text 2 plugin to go to documentation" [Placeholders]: https://github.com/mrmartineau/Placeholders "Placeholder HTML & content (lorem ipsum) package for Sublime Text 2" [Emmet]: http://docs.emmet.io/ "Emmet — the essential toolkit for web-developers" [WordHighlight]: https://github.com/SublimeText/WordHighlight "Highlight all copies of the currently selected word" [WordCount]: https://github.com/SublimeText/WordCount "Real time Word Counter"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].