erlang-ls / erlang_ls

The Erlang Language Server
https://erlang-ls.github.io/
Apache License 2.0
626 stars 136 forks source link

'index_dir' cover the source code in the subdirectory #1459

Closed shuying2244 closed 9 months ago

shuying2244 commented 11 months ago

The plugin starts with 'index_dir/4' and 'shallow_index/4' for every file retrieved, but its search level is shallow and there is no way to cover the source code in the subdirectory. This commit aims to solve this problem.

plux commented 9 months ago

Thanks for this contribution @shuying2244 !