Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
200 stars 48 forks source link

End reference recursion on private access #298

Open WebFreak001 opened 1 year ago

WebFreak001 commented 1 year ago

e.g. when found symbols are accessed from a private context or if the definition is private, we don't need to recurse imports from that file anymore. This should improve accuracy and performance of find references.