lexical-lsp / lexical

Lexical is a next-generation elixir language server
874 stars 80 forks source link

New completion sorting approach #653

Closed Moosieus closed 6 months ago

Moosieus commented 6 months ago

Addressing #643. This PR replaces the completion 'boost' function set_sort_scope and an enumerated set of options, based on relative "distance" (for lack of better term) to a user's locally opened module.

At time of writing, I'm definitely looking for feedback and further improvements before this is merged.

I've a few immediate things I'm considering for improvement:

scohen commented 6 months ago

Suggestions: