shuying2244
shuying2244
Like `player_pgup:get_pgup()` click `player_pgup` will jump to the module; click `get_pgup` will jump to the function. If it is before, clicking 'player_pgup' will jump to the function.
### Description If you call a function that is not exported, crossref provides an error message
undefined_function from  to 
hover on record field: 
Change the implementation mode to use match whitespace characters with RE. Otherwise there will be the following problem. example: ` -define(IF(C, T, F), (case (C) of true -> (T); false...
{ok, [Document]} = els_dt_document:lookup(Uri), to {ok, Document} = els_utils:lookup_document(Uri), If can't find Uri, should load it instead of cause an error function `guess_indentation/1`, when args == [A] cause an error
example: macro: ` -define(UNHANDLE_CASE(INFO), do_handle_cast({cts_cmd, CallBack, Args}) -> common_cmd:commandCallBack, Args}) ). ` function: ` do_handle_cast({quit_family, RoleID}) -> ok; ?UNHANDLE_CASE(Msg). `