Hi all, I have been contributing to the project on and off for around 3 months now.
One common difficulty I found is to navigate the codebase efficiently. A lot of time we need to make changes to several files (5+) while also keeping other files open for referencing and I will easily lose track of the big file structure in the project. I would say approximately 10% ~ 15% of my time is spent on finding the right files to open, and I want to improve this. Does anyone feel the same or have some tips & tricks that can make browsing the codebase more efficiently? It can be any extensions, plugins, bash magic etc.. I am currently using VS Code, and I use `grep -r` quite a lot. Regards, Bin
