expert-lsp/expert

Port Refactorex into Expert

Fermée

#678 ouverte le 13 mai 2026

 (2 commentaires) (2 réactions) (1 personne assignée)Elixir (103 forks)batch import
good first issue

Métriques du dépôt

Stars
 (1 986 étoiles)
Métriques de merge PR
 (Merge moyen 13j 12h) (43 PRs mergées en 30 j)

Description

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

Guide contributeur