expert-lsp/expert

Port Refactorex into Expert

クローズ

#678 opened on 2026/05/13

 (2 件のコメント) (2 件のリアクション) (1 人の担当者)Elixir (103 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (1,986 個のスター)
PR merge metrics
 (平均マージ 13d 12h) (30d で 43 merged PRs)

説明

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

コントリビューターガイド