This VSCode extension allows you to look for and open gem code from VSCode's command palette.
The extension find gem directory using and depends on$GEM_HOME environment variable.
Usage
Open command palette. Press Ctrl + Shift + P (Linux) or Cmd + Shift + P (Mac) in VSCode.
Type "Open Gem" and press enter.
It will display a list of all installed gems.
Select a gem from the list, the source will be opened in a new VSCode Window.
limitations
Experimental support for VSCode on Linux/Mac with RVM/rbenv.
Feedback
Your feedback and suggestions are valuable! Feel free to open issues or contribute to the project.
Features In Progress
provide option to use bundler
provide option to set custom directory to read gems from