rtags icon indicating copy to clipboard operation
rtags copied to clipboard

Ruby Tags. Extract Tag info from Ruby code to navigate with Vim or Emacs

Results 3 rtags issues
Sort by recently updated
recently updated
newest added

Fixes `parse_full_constant_name` to recurse into `parse_full_constant_name` again, instead of calling non-existent method `parse_full_constant`. Fixes a bug in RubyLex (apparently standing for 12 years) where if you have '=end' as the...

Hi, `rtags version 0.98` supports Ruby 1.9. However, the last version of the gem available on [rubygems.org](http://rubygems.org/search?utf8=%E2%9C%93&query=rtags) is the previous version 0.97. Can you please upload the current version of...

If I generate a tags file, and then put the cursor of a method like "confirmed?", vim won't find the tag because it doesn't interpret the keyword to include the...