erlide_kernel icon indicating copy to clipboard operation
erlide_kernel copied to clipboard

[LSP] build a database of all symbols in the code

Open vladdu opened this issue 8 years ago • 0 comments

Currently, erlide parses the code as AST and traverses that whenever it needs information. It would be more efficient if a flat database of symbols can be built and searched, something like ctags but with more details.

This would be useful even for non-LSP erlide.

vladdu avatar Aug 02 '17 12:08 vladdu