sebastiw / edts

Erlang Development Tool Suite
GNU Lesser General Public License v3.0
355 stars 82 forks source link

try to use erlang-find-tag as fallback #244

Closed jamesaimonetti closed 3 years ago

jamesaimonetti commented 6 years ago

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).