Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Ruby TypeProfNew to Visual Studio Code? Get it now.
Ruby TypeProf

Ruby TypeProf

Yusuke Endoh

|
2,994 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ruby TypeProf VSCode Integration

NOTE: This extenstion is very preliminary.

This is a VSCode extension to help you write Ruby code by using an code analyzer called Ruby TypeProf as a backend.

Requirements

  • Ruby 3.1.0 or later
  • TypeProf 0.20.0 or later

How to use this extension

  1. Install Ruby TypeProf VSCode Integration
  2. Open your project's directory by VSCode
  3. Open the terminal
  4. Install Ruby 3.1.0 or later
  5. Add gem "typeprof" to Gemfile
  6. execute bundle install
  7. execute rbs collection init
  8. execute rbs collection install
  9. open the rbswiki folder by VSCode
  10. Edit typeprof.rbs

Troubleshooting

Check out -> TypeProf's document

Limitations

  • This extension only uses typeprof.rbs

see also How to use TypeProf for IDE

How to develop this extension

See development.md.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft