An error occurred while fetching this tab.
New reference panel: filter out defs on isExternalPrivateSymbol
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: mrnugget
Part of #30970 (closed). This replicates another bit from code-intel-extensions
: the filtering by isExternalPrivateSymbol
.
I started trying to port the existing filter but then realised it'll be easier if I copy the Result
and SearchResult
types from code-intel-extensions
too. That's why the diff is so long. It's 95% copy&pasted code.
And it also fixes two TODOs from before.
Push commits to the source branch or add previously merged commits to review them.