Super-Xray

Results 2 issues of Super-Xray

### Motivation There are an issue calling for complete this function (https://github.com/Shopify/ruby-lsp/issues/1893). ### Implementation `autoload` argument is a `Prism::CallNode` which has name `:autoload`. I create `handle_autoload_definition` method and add it...

enhancement
server

### Description ### Reproduction steps 1. Start the Ruby LSP using a certain editor 2. Open the ruby test file(for example test\requests\definition_expectations_test.rb) 3. click `run in terminal` attached to a...

bug