1.0.3 • Published 5 years ago

elm-lsp v1.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

Elm LSP

Language server for Elm with diagnostic support, built on elm-analyse.

Shown with ALE integration in Vim.

screenshot

NPM Version Build Status Downloads Stats

Installation

npm install -g elm-lsp

Editor Setup

EditorWhat you need
VimALE

Project Information

This project aims to become a full-fleged language server over time by building on existing work from the Elm community. In this initial release all linting support is provided by the excellent elm-analyse.

Roadmap

FeatureSupported
Diagnostics✔️
Code completion
Hover
Jump to definition
Workspace symbols
Find references

Release History

  • 1.0.3
    • Look in parent directories for elm.json (#2)
  • 1.0.2
    • Use package names rather than relative paths for dependencies (#1)
  • 1.0.1
    • Fix readme on npm
  • 1.0.0
    • Initial release with elm-analyse support

Meta

Distributed under the MIT license. See LICENSE for more information.