Sometimes edts gets into a weird place where the edts Erlang VM can't find the M:F/A information via edts_code:get_function_info/3 and just outputs an error. Since I have a TAGS file in the project root, M-. can still jump to the first definition of the function (since I don't think erlang-find-tag accounts for arity).
Sometimes edts gets into a weird place where the edts Erlang VM can't find the M:F/A information via
edts_code:get_function_info/3
and just outputs an error. Since I have a TAGS file in the project root,M-.
can still jump to the first definition of the function (since I don't thinkerlang-find-tag
accounts for arity).