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 bf112aa commit bf56c36Copy full SHA for bf56c36
apps/language_server/lib/language_server/providers/completion/reducers/record.ex
@@ -59,9 +59,6 @@ defmodule ElixirLS.LanguageServer.Providers.Completion.Reducers.Record do
59
60
# check if we are inside local or remote call arguments and parameter is 0, 1 or 2
61
# record fields can specified on 0, 1 and 2 position in the argument list
62
- # TODO implement retrieval from docs chunks on 1.18
63
- # right now only local buffer records are supported as there is no suitable API for introspection
64
- # @__records__ is compile time only attribute and accessing it would require a tracer
65
with %{
66
candidate: {m, f},
67
npar: npar,
0 commit comments