Skip to content

v0.2.23

Compare
Choose a tag to compare
@JakeBecker JakeBecker released this 05 Aug 16:15
· 39 commits to master since this release
  • Fix crash in Dialyzer when stale-checking beam files takes too long
  • Fix documentation and arg names in suggestions for Elixir 1.7
  • Fix Dialyzer crash when some modules are undialyzable
  • Formatter response is now incremental instead of replacing the entire document text
  • New feature: Autocomplete suggestions for struct field names (Thanks to @msaraiva/elixir_sense)
  • New feature: Suggest @SPEC annotations using Dialyzer's inferred success typings. To turn it off, set elixirLS.suggestSpecs: false