(no title)
macqm | 1 year ago
Chromium Code Search [1] tool is very helpful with that and I believe there are some extensions that integrate with it.
macqm | 1 year ago
Chromium Code Search [1] tool is very helpful with that and I believe there are some extensions that integrate with it.
modeless|1 year ago
The Chromium code search site is still very useful too.
unknown|1 year ago
[deleted]
phil294|1 year ago
It's one of these things that Jetbrains products are vastly superior in. It's fast, always works, falls back to text matching and also natively allows multiple languages per source file.
progmetaldev|1 year ago
Regardless, I think it's impressive that you've taken on this task and are sharing it with the VSCode community, and appreciate you sharing.
fpoling|1 year ago
mordnis|1 year ago
grishka|1 year ago
I use it all the time as an Android app developer. Its introduction was a big deal, because before that, it was common among Android developers to pull AOSP sources (all the many gigabytes of them) to one's local machine and just grep around.
indrora|1 year ago
it is not as good as the search built into Azure Devops [1] however. You don't know power search until you've used a search tool built on the backs of the devs of Windows. Being able to say "Uhhhh I know it was a macro called DeBeanIt2k near a comment with "HACK" in it" gets turned into "comment:HACK macro:DeBeanIt2k" and you get answers back is super nice. There's also an API for it.
1: https://learn.microsoft.com/en-us/azure/devops/project/searc...
henning|1 year ago
coldpie|1 year ago
trustno2|1 year ago
VSCode itself can deal with big text data being thrown at it, this will be some of the language server stuff