ignatov / intellij-erlang

Erlang IDE
https://www.jetbrains.com/help/idea/2018.2/getting-started-with-erlang.html
Other
735 stars 120 forks source link

can't suppress Unresolved function warning in macros #941

Closed brigadier closed 3 years ago

brigadier commented 3 years ago

Impossible to suppress unresoved function warning in something like this

-define(MACROS(Val), (persistent_term:get(Val)):myfun()).

this doesn't show any warnings:

-define(MACROS(Val), Val:myfun()).
ignatov commented 3 years ago

I hope that will help you.

image