We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec35840 commit f0be0d8Copy full SHA for f0be0d8
lib/elixir_sense/core/introspection.ex
@@ -422,8 +422,7 @@ defmodule ElixirSense.Core.Introspection do
422
if kind == :macrocallback do
423
{:"MACRO-#{name}", arity + 1}
424
else
425
- # some erlang callbacks have broken docs e.g. :gen_statem.state_name
426
- {name |> Atom.to_string() |> Macro.underscore() |> String.to_atom(), arity}
+ {name, arity}
427
end
428
429
case List.keyfind(callbacks, key, 0) do
0 commit comments