Andy Waite
Andy Waite
```ruby @foo = 1 @bar += 2 ``` Go To Symbol lists `@foo`, but not `@bar`.
Following up from https://github.com/Shopify/ruby-lsp/pull/2650, we should also support References requests for `attr_reader`, `attr_writer` and `attr_accessor`.
> [!NOTE] > This issue is aimed at those attending the [RubyConf 2024 Hack Day](https://github.com/Shopify/ruby-lsp/discussions/2758) We currently have support for several refactorings or code actions, such as: - Extract method...
> [!NOTE] > This issue is aimed at those attending the [RubyConf 2024 Hack Day](https://github.com/Shopify/ruby-lsp/discussions/2758) This issue would be suited if you are using a Windows machine with WSL. We've...
> [!NOTE] > This issue is aimed at those attending the [RubyConf 2024 Hack Day](https://github.com/Shopify/ruby-lsp/discussions/2758) As the team who works on Ruby LSP for a lot of the time, it...
Worth trying this as a slight timesaver? https://github.com/actions/add-to-project
Due to https://github.com/Shopify/ruby-lsp/pull/2704, we need to update the add-ons docs to mention the code units cache.
There seems to have been some regression with the Code Lens for running spec-style tests. On Tapioca, Kaan says it was working previously, but now it is failing, e.g. ```...