All Projects → janlelis → Productive Sublime Snippets Ruby

janlelis / Productive Sublime Snippets Ruby

Ruby Snippets for Sublime Text

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Productive Sublime Snippets Ruby

Coffeescript Sublime Plugin
Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
Stars: ✭ 296 (+171.56%)
Mutual labels:  sublime-text, sublime-text-3, sublime
Carbonsublime
🚀 A Sublime Text 3 Plugin for Carbon. (https://carbon.now.sh)
Stars: ✭ 104 (-4.59%)
Mutual labels:  sublime-text, sublime-text-3, sublime
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (+0%)
Mutual labels:  sublime-text, sublime-text-3, sublime
eRCaGuy dotfiles
.bashrc file, terminal prompt that shows current git branch, Arduino setup, Eclipse setup, git diff with line numbers, helpful scripts, improved Linux productivity, etc.
Stars: ✭ 84 (-22.94%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Sublimeallautocomplete
Extend Sublime autocompletion to find matches in all open files of the current window
Stars: ✭ 906 (+731.19%)
Mutual labels:  sublime-text, sublime-text-3, sublime
Css3
The most complete CSS support for Sublime Text
Stars: ✭ 178 (+63.3%)
Mutual labels:  sublime-text, sublime-text-3, sublime
Ayu
🎨🖌 Modern Sublime Text theme
Stars: ✭ 3,933 (+3508.26%)
Mutual labels:  sublime-text, sublime-text-3, sublime
Milotic
Color Full Theme for All Text Editors!
Stars: ✭ 23 (-78.9%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Golite
Add essential language support for the Go language to Sublime Text 3.
Stars: ✭ 14 (-87.16%)
Mutual labels:  sublime, sublime-text, sublime-text-3
sublime
Repository for the Tandem Sublime Plugin
Stars: ✭ 22 (-79.82%)
Mutual labels:  sublime, sublime-text, sublime-text-3
sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (-55.05%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Nineties
💾 Colors for World Wide Web pioneers
Stars: ✭ 16 (-85.32%)
Mutual labels:  sublime, sublime-text, sublime-text-3
CodeChampion
Plays epic sound clips when you write epic code on sublime Text!
Stars: ✭ 30 (-72.48%)
Mutual labels:  sublime-text, sublime-text-3
Pythonimproved
The best Python language definition for Sublime Text - ever. Includes full support for Unicode, as well as both Python 2 and Python 3 syntax. Check out the Neon Color Scheme for highlighting.
Stars: ✭ 95 (-12.84%)
Mutual labels:  sublime-text, sublime-text-3
CSSFontFamily
CSSFontFamily is a Sublime Text plugin with a collection of font stacks autocomplete.
Stars: ✭ 15 (-86.24%)
Mutual labels:  sublime-text, sublime-text-3
CMakeBuilder
Configure, build and test a CMake project right from within Sublime Text 3.
Stars: ✭ 27 (-75.23%)
Mutual labels:  sublime, sublime-text-3
Javascript Completions
JavaScript Completions for sublime text. It helps you to write your scripts more quickly with hints and completions.
Stars: ✭ 341 (+212.84%)
Mutual labels:  sublime-text, sublime-text-3
sublime-patcher
Bash script for patching/cracking Sublime Text on Linux
Stars: ✭ 20 (-81.65%)
Mutual labels:  sublime-text, sublime-text-3
Chromerepl
A Sublime Text plugin to execute JavaScript in Google Chrome
Stars: ✭ 347 (+218.35%)
Mutual labels:  sublime-text, sublime-text-3
Sublime zk
A SublimeText3 package featuring ID based wiki style links, and #tags, intended for zettelkasten method users. Loaded with tons of features like inline image display, sophisticated tag search, note transclusion features, support for note templates, bibliography support, support for multiple panes, etc. to make working in your Zettelkasten a joy 😄.
Stars: ✭ 408 (+274.31%)
Mutual labels:  sublime-text, sublime-text-3

Productive Sublime Snippets for Ruby

Style

  • Only Ruby snippets
  • Focus on Ruby core and common standard snippets
  • No gem specific snippets, except for stdlib, bundler and rake

Install

  • Search in Sublime's package control for "ProductiveSnippetsRuby" OR
  • Clone into a directory in your Sublime Text Packages folder
  • Delete interfering Ruby snippets

Included snippets

Custom Shortcuts / Wrap around Selection

You can map keys to insert a specific snippet. This makes especially sense for snippets that can be wrapped around the current selection. A good example would be wrapping the selection in a Begin / Rescue statement. To do so when ALT+SHIFT+R is pressed, add this to your keymap file:

{
  "keys"      :   ["alt+shift+r"],
  "command"   :   "insert_snippet",
  "args": {
    "name": "Packages/ProductiveSnippetsRuby/begin.sublime-snippet"
  }
}

All snippets that can be wraped arround the selection have a [X] in their description. This allows you to define a key mapping, that shows all snippets that you can wrap arround the current selection:

{
  "keys": ["alt+shift+w"],
  "command": "show_overlay",
  "args": {
    "overlay": "command_palette",
    "text": "Snippet: [X]"
  }
}

Also See

J-_-L

MIT

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].