Sha256: 45ed24247810cca2e7ecfca7e49b8ba1cd8175dd4ea28fa4ac3247f2417c3284

Contents?: true

Size: 559 Bytes

Versions: 8

Compression:

Stored size: 559 Bytes

Contents

# 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](https://github.com/ruby/typeprof/) as a backend.

## How to use this extension

*TBD*

Requirements:

1. Use Ruby 3.1.0 or later, and TypeProf 0.20.0 or later
2. Add `gem "typeprof"` to your `Gemfile`, and execute `bundle install`

Troubleshooting:

*TBD*

## How to develop this extension

See [development.md](https://github.com/ruby/typeprof/blob/master/development.md).

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typeprof-0.21.2 vscode/README.md
typeprof-0.21.1 vscode/README.md
typeprof-0.21.0 vscode/README.md
typeprof-0.20.4 vscode/README.md
typeprof-0.20.3 vscode/README.md
typeprof-0.20.2 vscode/README.md
typeprof-0.20.1 vscode/README.md
typeprof-0.20.0 vscode/README.md