You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ You can control which warnings are shown using the `elixirLS.dialyzerWarnOpts` s
193
193
194
194
To disable Dialyzer completely, set `elixirLS.dialyzerEnabled` to false.
195
195
196
-
Check usage details in Dialyxir docs on [GitHub](https://github.com/jeremyjh/dialyxir#usage) and [hexdocs](https://hexdocs.pm/dialyxir/readme.html).
196
+
Sometimes dialyzer can get stuck with incorrect/no longer applying warnings. It's best to restart the language server in that case.
197
197
198
198
ElixirLS's Dialyzer integration uses internal, undocumented Dialyzer APIs, and so it won't be robust against changes to these APIs in future Erlang versions.
* "Fetching n dependencies" sometimes get stuck (remove the `.elixir_ls` directory to fix)
254
254
* Debugger doesn't work in Elixir 1.10.0 - 1.10.2 (but it should work in 1.10.3 when [this fix](https://github.com/elixir-lang/elixir/pull/9864) is released)
255
255
* "Go to definition" does not work within the `scope` of a Phoenix router
256
-
* On-hover docs do not work with erlang modules or functions (better support of EEP-48 is needed)
257
256
* On first launch dialyzer will cause high CPU usage for a considerable time
258
-
*ElixirLS requires a workspace to be opened. Editing single-files is not supported [#307](https://github.com/elixir-lsp/elixir-ls/issues/307)
257
+
*Dialyzer does not pick up changes involving remote types (https://github.com/elixir-lsp/elixir-ls/issues/502)
0 commit comments