Create LSIF dumps by querying arbitrary language servers #134
Labels
feature-request
Request for new features or functionality
help wanted
Issues identified as good community contribution opportunities
All the LSIF implementations I came across are tightly coupled to a specific underlying tool. I was wondering if it would be possible to create LSIF dumps by going through the language server protocol. The idea is that the you would be able to plug any existing language server and the LSIF utility would act as a client and progressively crawl the entire codebase. I understand it would probably be a lot less efficient than current implementations like
lsif-tsc
but it would open up LSIF to a lot of languages for free. I think a language agnostic LSIF utility would be very useful. I want to know if it's something that has already been considered, or if it already exists and I just missed it somehow.The text was updated successfully, but these errors were encountered: