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
- Host: GitHub
- URL: https://github.com/mickey/code-copy-ruby-ref
- Owner: mickey
- License: mit
- Created: 2018-10-20T18:20:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T18:57:42.000Z (over 7 years ago)
- Last Synced: 2025-12-26T19:36:47.982Z (6 months ago)
- Topics: ruby, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 212 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Copy Ruby Reference
This extension lets you copy the path to a class/method/constant in Ruby.

## 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
## License
MIT Michael Bensoussan