Shopify / ruby-lsp

An opinionated language server for Ruby
https://shopify.github.io/ruby-lsp/
MIT License
1.33k stars 118 forks source link

Gh1940/alias support #1951

Open nikijiandani opened 4 weeks ago

nikijiandani commented 4 weeks ago

Motivation

first step for https://github.com/Shopify/ruby-lsp/issues/1940

We need to keep track of aliases but they cannot be resolved until we know if the old method is inherited. Blocked on resolving aliases until https://github.com/Shopify/ruby-lsp/issues/1333 is complete.

Implementation

Created new class for UnresolvedMethodAlias and started handling AliasNode and AliasMethod

Automated Tests

Added test in method_test