Skip to content

Instantly share code, notes, and snippets.

@gs
Created July 12, 2012 08:33
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gs/3096729 to your computer and use it in GitHub Desktop.
Save gs/3096729 to your computer and use it in GitHub Desktop.
Sublime 2 Plugins that I found useful in RoR developement

Sublime 2 Plugins that I found useful in RoR developement

RubyTest plugin

Sublime Text 2 plugin for running ruby tests! (Unit, RSpec, Cucumber)

https://github.com/maltize/sublime-text-2-ruby-tests

Package Control

A full-featured package manager

http://wbond.net/sublime_packages/package_control

Ctags

Easy and fast navigation between code definition

https://github.com/SublimeText/CTags

DetectSyntax

Detect the syntax of files that might not be detected properly (detects rails files which allows to use proper and powerful snippets)

https://github.com/phillipkoebbe/DetectSyntax

Git

Plugin for some git integration into Sublime Txt 2

https://github.com/kemayo/sublime-text-2-git

ERB Insert and Toggle Commands

TextMate Style ERB Block for Sublime Text (<%= %>, <% %>..)

https://github.com/eddorre/SublimeERB

Rails Related Files

Sublime Text 2 Ruby on Rails Related Files (allows you to easily navigate your Rails projects)

https://github.com/luqman/SublimeText2RailsRelatedFiles

Clipboard History

Clipboard history plugin for Sublime Text 2

https://github.com/kemayo/sublime-text-2-clipboard-history

Cucumber

Cucumber syntax & snippets

https://github.com/drewda/cucumber-sublime2-bundle

Go to Documentation

Sublime Text 2 plugin to go to documentation (A command to jump to documentation for the current word)

https://github.com/kemayo/sublime-text-2-goto-documentation

Quick file creator

Quick File Creator plugin for Sublime Text 2 (Plugin that lets you quickly create a file or a subdirectory using ST2's fuzzy matching feature)

https://github.com/noklesta/SublimeQuickFileCreator

ZenCoding

Zen Coding support for Sublime Text 2 (http://code.google.com/p/zen-coding/)

https://bitbucket.org/sublimator/sublime-2-zencoding

@phoet
Copy link

phoet commented Jul 12, 2012

i use SublimeLinter a lot, i don't know if this is already included in Sublime Text 2 nowadays: https://github.com/SublimeLinter/SublimeLinter

when writing a lot of documentation, there is also the Markdown Preview plugin: https://github.com/revolunet/sublimetext-markdown-preview

and there is also the Color Picker https://github.com/weslly/ColorPicker

@gs
Copy link
Author

gs commented Jul 21, 2012

Today I found really nice plugin that allows to open search results without MOUSE!!! ... no more mouse to open search result!

https://github.com/abrookins/OpenSearchResult

@jedbeard
Copy link

I've long searched for a Ruby beautifier plug in and finally i found this :)
https://github.com/CraigWilliams/BeautifyRuby

@mediafinger
Copy link

Besides other plugins, I like those two:

Alignement: http://wbond.net/sublime_packages/alignment

SideBarEnhancement: https://github.com/titoBouzout/SideBarEnhancements

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