zed-industries / extensions

Extensions for the Zed editor
794 stars 329 forks source link

RBS - type signatures for Ruby #1196

Closed reesericci closed 1 month ago

reesericci commented 1 month ago

Check for existing issues

Language

RBS

Tree Sitter parser link

N/A

Language server link

N/A

Misc notes

RBS is the new type signature specification in Ruby 3 for use by type checkers.

https://github.com/ruby/rbs

https://github.com/soutaro/steep uses RBS

vitallium commented 1 month ago

I created a pull request that adds support for RBS files https://github.com/zed-industries/zed/pull/15778

reesericci commented 1 month ago

Resolved by merged PR zed-industries/zed#15778