ruby / vscode-typeprof

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

see 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.

About


Languages

Language:TypeScript 96.5%Language:Ruby 3.0%Language:JavaScript 0.6%