Skip to content

Commit

Permalink
[#22] Add list of tests TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Aug 1, 2019
1 parent 733aa91 commit b1fead4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/erlang_ls_code_navigation_SUITE.erl
Expand Up @@ -117,3 +117,11 @@ definition(DataDir, {record_expr, "record_a"}) ->
#{ range => erlang_ls_protocol:range(#{from => {9, 0}, to => {9, 0}})
, uri => erlang_ls_uri:uri(FilePath)
}.
%% TODO: API should be refactored. I should search for something, not the definition.
%% TODO: include
%% TODO: include_lib
%% TODO: recursive record
%% TODO: recursive macro
%% TODO: local function
%% TODO: remote function
%% TODO: bif

0 comments on commit b1fead4

Please sign in to comment.