Skip to content

A basic sublimetext plugin designed to make it easier to search for class/method usage in ruby

Notifications You must be signed in to change notification settings

pwiesner/FindUsage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

FindUsage

A basic sublimetext plugin designed to make it easier to search for class/method usage in ruby.

You can bind the find usage command to a shortcut by adding the following to the user key bindings.

{
    "keys": ["super+shift+u"],
    "command": "find_usage"
}

About

A basic sublimetext plugin designed to make it easier to search for class/method usage in ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages