-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle RBS files #1206
Comments
This issue is being marked as stale because there was no activity in the last 2 months |
Hi @vinistock, I guess supporting RBS syntax highlighting is a great first step here, but what do you think? At this point, @soutaro's (RBS author) VSCode RBS Syntax extension is probably the best choice. This extension's syntax definition is used for GitHub (see github-linguist/linguist#6369). |
Hey, @ybiquitous! Soutaro and I actually discussed this during RubyKaigi. I agree we can definitely start with grammar support. And then there are other simple features which should be straight forward to implement in the server, like folding ranges and document symbol. |
Oh, this year's RubyKaigi was a great discussion forum to improve Ruby DX! 😁 |
Starting point: #2775 |
If we're going to allow for typechecking addons, such as a Steep addon, we need to be able to handle RBS files. Many of Steep's features happen inside RBS files, so it's a requirement for an addon to fully work.
The text was updated successfully, but these errors were encountered: