DEV Community

Discussion on: How do you orient to a "new to you" code base?

Collapse
 
jeremyf profile image
Jeremy Friesen

Wayfinding in code-bases is very challenging. I know the Language Server Protocol is helping create an interface for code navigation via IDE-like behavior.

I realize that tree -d on the project root directory may yield tremendous insight into what's ahead.