Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.04 KB

INSTALLATION.md

File metadata and controls

35 lines (21 loc) · 1.04 KB

Installation

Discover how to install RefactorEx for your editor.

Visual Studio Code

Install through either:

NeoVim

Install via the refactorex.nvim plugin.

Soon available through Mason - track progress here.

Connect it yourself

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!