Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add refactorex #8358

Closed
wants to merge 1 commit into from
Closed

Conversation

synic
Copy link

@synic synic commented Dec 27, 2024

Describe your changes

Add RefactorEx support

RefactorEx is an LSP server that allows for refactoring Elixir code. It adds the ability to rename symbols via vim.lsp.buf.rename() and various code actions.

Right now it uses an intermediary repository,
https://github.com/synic/refactorex-mason to download the sourcecode, patch it to support the stdio transport, and create a launch script to use the stdio transport. Hopefully in the future this intermediary repository won't be necessary, once refactorex itself supports stdio (gp-pereira/refactorex#19).

Checklist before requesting a review

  • I have successfully tested installation of the package.
  • I have successfully tested the package after installation.

@williambotman williambotman requested a review from a team December 27, 2024 21:24
[RefactorEx](https://github.com/gp-pereira/refactorex) is an LSP server
that allows for refactoring Elixir code. It adds the ability to rename
symbols via `vim.lsp.buf.rename()` and various code actions.

Right now it uses an intermediary repository,
https://github.com/synic/refactorex-mason to download the sourcecode,
patch it to support the stdio transport, and create a launch script to
use the stdio transport. Hopefully in the future this intermediary
repository won't be necessary, once refactorex itself supports stdio
(gp-pereira/refactorex#19).
@synic synic force-pushed the synic/add-refactorex branch from 41d9294 to d077314 Compare December 27, 2024 21:32
@synic
Copy link
Author

synic commented Dec 28, 2024

Closing for now, refactorex now has stdio support so the intermediary repository is no longer needed. I will resubmit with an updated yaml file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant