|
|
|
|
|
by macqm
658 days ago
|
|
>Because of this huge codebase size, I wasn't able to get VS Code's C++ extension to work very well with the project. Features like go-to definition (which I usually rely on heavily when navigating codebases) and find references didn't work well or at all, and one of my CPU cores would stay stuck at 100% permanently while the project was open. Chromium Code Search [1] tool is very helpful with that and I believe there are some extensions that integrate with it. 1: https://source.chromium.org/chromium/chromium/src |
|
The Chromium code search site is still very useful too.