Skip to content

lexical-lsp/lexical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b1db92 · May 10, 2023
May 4, 2023
May 10, 2023
Mar 24, 2023
Mar 23, 2023
Feb 28, 2023
Apr 25, 2023
Mar 31, 2023
Feb 2, 2023
Feb 2, 2023
Apr 26, 2023
Apr 28, 2023
Feb 2, 2023
Apr 5, 2023
Apr 26, 2023
May 10, 2023

Repository files navigation

Lexical

Lexical is a next-generation language server for the Elixir programming language.

Features

  • Code Completion
  • As-you-type compilation
  • Advanced error highlighting
  • Code actions
  • Code Formatting
  • Completely isolated build environment

Installation

To install lexical fetch the source code from git, then do the following:

mix deps.get
mix deps.compile
MIX_ENV=prod mix release lexical

Lexical will now be available in _build/prod/rel/lexical

To use lexical as a language server while working on lexical source code, use the following to produce the release and avoid bugs:

NAMESPACE=1 mix release lexical