Skip to content

Commit 425cafc

Browse files
authored
Update readme to include the latest code navigation article (#2360)
1 parent b1f677f commit 425cafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Ruby LSP features include
3333
- Completion for classes, modules, constants and require paths
3434
- Fuzzy search classes, modules and constants anywhere in the project and its dependencies (workspace symbol)
3535

36-
Adding method support for definition, completion, hover and workspace symbol is partially supported, but not yet complete. Follow progress in https://github.com/Shopify/ruby-lsp/issues/899
36+
As of July 2024, Ruby LSP has received significant enhancements to its code navigation features. For an in-depth look at these improvements, including video demonstrations, check out this [article](https://railsatscale.com/2024-07-18-mastering-ruby-code-navigation-major-enhancements-in-ruby-lsp-2024/). Despite these advancements, we plan to continue enhancing its code navigation support even further. You can follow our progress on this [GitHub issue](https://github.com/Shopify/ruby-lsp/issues/899).
3737

3838
See complete information about features [here](https://shopify.github.io/ruby-lsp/RubyLsp/Requests.html).
3939

0 commit comments

Comments
 (0)