Skip to content
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

Open
vinistock opened this issue Nov 22, 2023 · 5 comments
Open

Handle RBS files #1206

vinistock opened this issue Nov 22, 2023 · 5 comments
Labels
enhancement New feature or request pinned This issue or pull request is pinned and won't be marked as stale

Comments

@vinistock
Copy link
Member

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.

@vinistock vinistock added the enhancement New feature or request label Nov 22, 2023
Copy link
Contributor

This issue is being marked as stale because there was no activity in the last 2 months

@github-actions github-actions bot added the Stale label Jan 22, 2024
@vinistock vinistock added pinned This issue or pull request is pinned and won't be marked as stale and removed Stale labels Jan 22, 2024
@ybiquitous
Copy link
Contributor

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

@vinistock
Copy link
Member Author

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.

@ybiquitous
Copy link
Contributor

Oh, this year's RubyKaigi was a great discussion forum to improve Ruby DX! 😁
I'm so happy to hear about your positive response. I am looking forward to the RBS support!

@andyw8
Copy link
Contributor

andyw8 commented Oct 24, 2024

Starting point: #2775

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned This issue or pull request is pinned and won't be marked as stale
Projects
None yet
Development

No branches or pull requests

3 participants