Skip to content

Commit bf56c36

Browse files
committed
remove addressed todo
1 parent bf112aa commit bf56c36

File tree

1 file changed

+0
-3
lines changed
  • apps/language_server/lib/language_server/providers/completion/reducers

1 file changed

+0
-3
lines changed

apps/language_server/lib/language_server/providers/completion/reducers/record.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ defmodule ElixirLS.LanguageServer.Providers.Completion.Reducers.Record do
5959

6060
# check if we are inside local or remote call arguments and parameter is 0, 1 or 2
6161
# 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
6562
with %{
6663
candidate: {m, f},
6764
npar: npar,

0 commit comments

Comments
 (0)