expert-lsp/expert

Port Refactorex into Expert

Geschlossen

#678 geöffnet am 13.05.2026

 (2 Kommentare) (2 Reaktionen) (1 zugewiesene Person)Elixir (103 Forks)batch import
good first issue

Repository-Metriken

Stars
 (1.986 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 13T 12h) (43 gemergte PRs in 30 T)

Beschreibung

Refactorex is an excellent project that we depend on for several code actions.

However its original use case was different and integrating it with expert has some compatibility issues, mainly around dealing with offset conversions, or odd corner cases we've found from expert users.

I think it's worth to port its features(with proper attribution) into expert itself for two reasons:

  • To eliminate the compatibility glue and apply expert-specific optimizations where needed
  • To allow us to fix issues quickly, and not put the entire burden on the one maintainer of Refactorex

cc @gp-pereira as the Refactorex author

Contributor Guide