multilspy
multilspy copied to clipboard
indexing
With something like clangd, it would want all files to be indexed before we start querying. How is this handled?
FYI - indexing can be handled by caching file symbols. We implemented it in our rewrite of multilspy, it can be backported (with some effort). See here for the related code.