Discover how to install RefactorEx for your editor.
Install through either:
- VS Code Extensions tab: search for "RefactorEx"
- VSCode Marketplace
Install via the refactorex.nvim plugin.
Soon available through Mason - track progress here.
If your editor is not listed above yet and it supports the LSP, you can try connecting them yourself!
After cloning the repo and mix deps.get
, you should be setup to start the server.
# starts LSP server on specified port
./bin/start --port 3108
# starts LSP server on stdio
./bin/start --stdio
Now, investigate how your editor can connect with the LSP server over the chosen port or if it can start the RefactorEx process by itself.
If you manage to pull this off, please help others by adding your solution here.
Ad astra!