lexical-lsp / lexical

Lexical is a next-generation elixir language server
779 stars 77 forks source link

Organize aliases #725

Closed scohen closed 1 month ago

scohen commented 2 months ago

First pass at an opinionated organize aliases code action. All aliases in a given scope are pulled to the top of the scope, or where the first alias occurs and are alphabetized and flattened.

Fixes #94