Shopify / ruby-lsp

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

Add method completion API #2044

Closed vinistock closed 1 day ago

vinistock commented 2 weeks ago

Motivation

Just a tiny improvement over the sequence of changes for handling ancestors. We should offer an API from the index so that addons can get the right completion candidates for a known type instead of implementing the logic in our completion request.

Implementation

Just extracted it into a method in the index.