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 #1

Closed
wants to merge 1 commit into from
Closed

feat: add refactorex #1

wants to merge 1 commit into from

Conversation

synic
Copy link
Owner

@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.

[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 closed this Dec 27, 2024
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