An open API service indexing awesome lists of open source software.

https://github.com/mickey/code-copy-ruby-ref

Visual Studio Code extension allowing you to copy the path to a class/method/constant in Ruby
https://github.com/mickey/code-copy-ruby-ref

ruby vscode vscode-extension

Last synced: about 2 months ago
JSON representation

Visual Studio Code extension allowing you to copy the path to a class/method/constant in Ruby

Awesome Lists containing this project

README

          

# Copy Ruby Reference

This extension lets you copy the path to a class/method/constant in Ruby.

![Copy Ruby reference Preview](https://raw.githubusercontent.com/mickey/code-copy-ruby-ref/master/demo.gif)

## Installation
```
$ ext install code-copy-ruby-ref
```

Or, F1 → Install Extension → Search for `copy ruby ref`.

## Keybindings

The default is `ctrl+shift+alt+c` on Windows/Linux and `cmd+shift+alt+c` on Mac.

You can change the keybinding in Code → Preferences → Keyboard Shortcuts → Copy Ruby reference

## Credits

Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY

## License

MIT Michael Bensoussan