Skip to content

Commit

Permalink
Add related code navigation to roadmap (#2967)
Browse files Browse the repository at this point in the history
* Add related code navigation to roadmap
  • Loading branch information
andyw8 authored Dec 9, 2024
1 parent e5bb238 commit 7f641ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jekyll/design-and-roadmap.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ Interested in contributing? Check out the issues tagged with [help-wanted] or [g
- Make the Ruby LSP’s default functionality act as a fallback for the more accurate typechecker results
- Introduce a mechanism for add-ons to be automatically detected without needing user configuration
- [Support intrinsics for `new` and similar methods]
- [Allow navigation between related code, e.g. from test to implementation]

[Ruby on Rails Community survey]: https://rails-hosting.com/2022/#ruby-rails-version-updates
[Sorbet]: https://sorbet.org/
Expand All @@ -231,3 +232,4 @@ Interested in contributing? Check out the issues tagged with [help-wanted] or [g
[Add range formatting support for formatters that do support it]: https://github.com/Shopify/ruby-lsp/issues/203
[Add ERB support]: https://github.com/Shopify/ruby-lsp/issues/1055
[Support intrinsics for `new` and similar methods]: https://github.com/Shopify/ruby-lsp/issues/2585
[Allow navigation between related code, e.g. from test to implementation]: https://github.com/Shopify/ruby-lsp/issues/2966

0 comments on commit 7f641ba

Please sign in to comment.