next-ls
                                
                                 next-ls copied to clipboard
                                
                                    next-ls copied to clipboard
                            
                            
                            
                        The language server for Elixir that just works. Ready for early adopters!
Next LS
The language server for Elixir that just works. 😎
Still in heavy development, but early adopters are encouraged!
Please see the docs to get started.
Related Links
- Introducing Next LS and an elixir-tools update
- The elixir-tools Update Vol. 2
- The elixir-tools Update Vol. 3
- The elixir-tools Update Vol. 4
- The 2023 elixir-tools Update (Vol. 5)
Sponsors
Next LS and elixir-tools are sponsored by a ton of amazing people and companies. I urge you to sponsor if you'd like to see the projects reach their maximum potential 🚀.
https://github.com/sponsors/mhanberg
Platinum + Gold Tier
 
Remaining tiers









































 
Development
# install deps
mix deps.get
# start the local server for development in TCP mode
# see editor extension docs for information on how to connect to a server in TCP mode
bin/start --port 9000
# run the tests
mix test
Production release
Executables are output to ./burrito_out.
# produces executables for all the targets specified in the `mix.exs` file
MIX_ENV=prod mix release
# produce an executable for a single target
BURRITO_TARGET=linux_amd64 MIX_ENV=prod mix release
Contributing
This project follows Conventional Commits and will "Squash and Merge" pull requests.
This means that you don't necessarily need to write your actual commit messages with Conventional Commits, but the Pull Request title needs to, as it is used as the commit title when squashing and merging. There is a CI check to enforce this.
Conventional Commits are required to use Release Please, which is used to automate the changelog, release, and building/publishing executables.