Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 3.99 KB

File metadata and controls

59 lines (50 loc) · 3.99 KB

References/links to anything relevant to this project

General

Existing tool support in Elm

Official

Third-party

Alternatives and existing implementations/references

Language Server Protocol

Language Server Protocol videos

Language Server Protocol discussions [Some IDE authors views on using language server/LSP for Rust] (https://www.reddit.com/r/rust/comments/6fs5q9/language_servers_and_ides/dinhtiz/)

Discussions

  • From Evan Czaplicki: elm-develop - link What if it had special endpoints for editors?
  • From Richard Feldman: - link A protocol editors could use to subscribe to information on builds that were kicked off by other tools.
  • From Richard Feldman: - link Tell me all the dependencies.
  • From Luke Westby - link Information about a module that you might get today by manually parsing the .elmi file today
  • From Magnus Rundberget -link Elm Tooling