Skip to content

jcs090218/ellsp

Repository files navigation

License: GPL v3 JCS-ELPA

Ellsp

Elisp Language Server

CI Elisp CI VSCode

This software is designed to be used with editors other than Emacs. If you are an Emacs user already, I prefer you use Emacs directly.

Here is the list of currently supported editors:

🖼️ Gallery

Completion

Hover

Signature Help

🔧 Prerequisites

Before installation, make sure you have all the following software installed!

💾 Installation

Add these lines to your Eask-file:

(source 'jcs-elpa)

(development
 (depends-on "ellsp"))

Then install the language server:

# Install ellsp package
$ eask install-deps --dev

# Install the language server
$ eask exec install-ellsp

To test to see if the server installed successfully, execute the following command:

Linux

$ eask exec ellsp-linux

macOS

$ eask exec ellsp-macos

Windows

$ eask exec ellsp-win.exe

If you see the following screen (no error), you successfully installed the language server! 🎉🥳

Updating environment variables... done v
Exporting environment variables... done v

🔊 P.S. Nothing output afterward because the language server is waiting for the language client to connect!

🔗 References

Contribute

PRs Welcome Elisp styleguide Donate on paypal Become a patron

If you would like to contribute to this project, you may either clone or make pull requests to this repository. Or you can clone the project and establish your branch of this tool. Any methods are welcome!