Skip to content

A VS Code extension that adds a right-click menu to rb and erb files which shows 'ri' documentation

Notifications You must be signed in to change notification settings

brianmcfadden/railsindex

Repository files navigation

railsindex README

RailsIndex is a VS Code extension for Ruby and Ruby on Rails files with the extensions ".rb" and ".erb". It will add a context menu that brings up a terminal which runs 'ri' on the text under the cursor. That's all it does.

Features

RailsIndex will add a context menu that brings up a terminal which runs 'ri' on the text under the cursor. That's all it does. Really. Not joking.

Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.

Short Animation

Requirements

ri is required

Extension Settings

This extension contributes the following settings:

  • ri.path: The path to the 'ri' binary. If it's already on your path, don't worry about it.

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

0.2.9

  • dependabot y18n securifail update

0.2.8

  • Generic NPM update drive-by blammo blammo

0.2.7

  • Correct version numbers !@#$%^&

0.2.6

  • Dependency https-proxy-agent Upgrade to ~> 2.2.4

0.2.5

  • Dependency minimist Version < 1.2.3 Upgrade to ~> 1.2.3
  • Dependency https-proxy-agent Upgrade to ~> 2.2.3

0.2.4

  • Dependency minimist Version < 1.2.2 Upgrade to ~> 1.2.2
  • Defined in package-lock.json
  • CVE-2020-7598 Moderate severity

0.2.3

  • Remove lies, fabrications, and untruths.

0.2.2

  • More of the same.

0.2.1

  • Change the README to add this message.

0.2.0

  • Handle the cases where we're looking for ? or ! at the end of the command.
  • Don't automatically close the window on error, we want to see what ri suggests.
  • Spiffy new icon.

0.1.0

  • Initial release of 0

Share and Enjoy!

About

A VS Code extension that adds a right-click menu to rb and erb files which shows 'ri' documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published