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.
Stars
845
Forks
49
Watchers
845
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
237
commits
11
commits
2
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Merge pull request #182 from balduncle/balduncle-add-licensee
8508c25View on GitHubDon't include parens and params when autocompleting a function name if the text after the cursor already starts with "("
8f733e8View on GitHubDon't trigger analyze immediately after launching Dialyzer server. Wait for build to trigger it, since that's how we get the warning and formatter options
1946e51View on GitHubAdd 'dialyzerFormat' setting to select which warning formatter to use
4d26a39View on GitHubChange default format for dialyzer messages to use Dialyxir
4fca272View on GitHubHandle out-of-spec diagnostic positions without crashing
b687856View on GitHubMerge pull request #159 from JakeBecker/analyze-crash-fix
91280a5View on GitHubChange Dialyzer's `analyze` message to be a GenServer notification instead of request and grab build lock while stale-checking beams
8581ae3View on GitHub