You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any difference in the performance of using hie files and LSIF for Hover to show types or go to definition for very large projects?
If you haven't tested and don't say "the performance is worse even for small projects" I'll probably get around to testing this and trying to answer that question.
The text was updated successfully, but these errors were encountered:
From my understanding hie and ghcide both use an external ghci process for hover. It appears in this project you've implemented an LSIF index on top of which hover can be implemented.
I'm asking if the function that implements hover in this repo using HIE files vs the existing functions in hie and ghcide that implement hover with an external ghci process.
Is there any difference in the performance of using hie files and LSIF for Hover to show types or go to definition for very large projects?
If you haven't tested and don't say "the performance is worse even for small projects" I'll probably get around to testing this and trying to answer that question.
The text was updated successfully, but these errors were encountered: