JakeBecker / elixir-ls

A frontend-independent IDE "smartness" server for Elixir. Implements the JSON-based "Language Server Protocol" standard and provides debugger support via VS Code's debugger protocol.
Apache License 2.0
846 stars 52 forks source link

Is it possible to show errors and warnings for .exs files as well? #184

Closed x-ji closed 4 years ago

x-ji commented 5 years ago

Environment

Sorry if this question has been asked before or if it's obvious. I haven't been able to find something similar when searching through the issues.

When using VSCode, .ex files are automatically linted and errors are shown on the fly, which is great for development. However, for .exs files, e.g. when I'm writing tests, errors will not be discovered until I actually run the .exs scripts. Is there a way for elixir-ls to also somehow try to compile them on the fly and show the errors?

I saw that there's a section in the README about debugging .exs files though this seems to be a different scenario.

JakeBecker commented 4 years ago

This project has moved!

It's now being maintained by proactive volunteers from the Elixir community over at elixir-lsp/elixir-ls. Updates will continue to be published from that repo to the original VS Code extension, so no need to switch plugins if you're using VS Code.

To avoid inundating the new maintainers with issues, please verify that your issue persists with the latest version of the extension (which is published from the new repo) before re-filing your issue there.

Thanks for using ElixirLS!