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.
- Ruby 3.1.0 or later
- TypeProf 0.20.0 or later
- Install Ruby TypeProf VSCode Integration
- Open your project's directory by VSCode
- Open the terminal
- Install Ruby 3.1.0 or later
- Add gem "typeprof" to
Gemfile
- execute
bundle install
- execute
rbs collection init
- execute
rbs collection install
- open the rbswiki folder by VSCode
- Edit
typeprof.rbs
- This extension only uses
typeprof.rbs
see also How to use TypeProf for IDE
See development.md.