Software developers spend up to 70 percent of their time figuring out how existing source code works, but common code editing tools offer little help for this task. Sourcetrail helps software engineers explore and navigate unknown source code quickly and thoroughly by combining an interactive graph visualization, a concise code view and a powerful search algorithm, all built into an easy-to-use cross-platform developer tool.
Sourcetrail helps me getting a grip on a large unfamiliar codebase. It gives me a unique perspective on code between the big picture and the gory details which contemporary IDEs don't provide.
Sourcetrail is the tool I wish I had for the last twenty years. Making sense of a large source base of C and C++ has never been easier.
Day after day, Sourcetrail is proving an invaluable tool for both getting acquainted with others' codebases and getting back to personal side projects I can't work on continuously.
Forget architectural and design documents that are anyway almost always out-of-date, whenever I need to understand a new codebase, Sourcetrail is my first step to get a conceptual, higher-level overview of how things are connected.
I was struggling to understand a huge legacy system my team was tasked with supporting. Sourcetrail (then Coati) helped us untangle the spaghetti code and its dependencies, letting us see what would be affected when we touched each function.
It's very rare to encounter software projects that are considerate to a fresh set of eyes when trying to be productive using them. Sadly, this is true of a large number of 3rd party open source projects or even in-house legacy software. As a software professional, I saw great value in what Sourcetrail hoped to achieve.
Having experimented with Sourcetrail over the past few months while dissecting a number of complex projects, I have been impressed to see the barriers to entry being removed. Individual layers of software being revealed before my eyes with class diagrams, caller graphs, callee graphs & more all presented accurately and interactively.
My understanding of the software dependencies I'm using has increased dramatically and as a result so has my productivity. Great work Sourcetrail!
As software engineers, we know that we have the skills and capacity to actualize all of our ideas. But sometimes, it’s more difficult than we expect. Professional software development is more often than not a team effort. Working in teams allows us to solve harder problems, but it comes at a cost. When a codebase grows, it becomes increasingly more complex to track every addition. Consequently, more and more time is spent investigating the current implementation while less is spent on writing new features. Developers new to a project will often have to spend days or even weeks familiarizing themselves with the codebase before actually becoming productive.
Programming languages are constantly evolving. They reduce the overhead a software developer needs to keep in mind by abstracting away more and more limitations of the machine. But regardless of the language, if a project reaches a certain size, it's hard to keep a consistent mental model of the source code's structure. The problem here is not the poor abstraction of the language, but the high information density of code. Every line in the source code has a purpose and as software developers, we spend most of your time searching for those small pieces that are currently relevant. Why can't we take a step back and see how the components connect with each other, without constantly looking at every detail of code?
When it comes to writing code, we have a multitude of options to suit whatever workflow we desire. What is harder to address is how efficiently we can understand an existing implementation. While there are many great code editors out there, they’re designed for writing code and are not made for navigating all implementation at hand. Sure, every developer has their own strategy of finding information within source code, from searching documentation to looking at tests, or asking the original authors when available. But when you’ve exhausted all these options, you are inevitably left with digging through code. And let’s face it—digging through is something that most programmers would rather avoid.
Understanding the fundamentals of your codebase shouldn’t be that hard. Seeing which objects are involved in a feature and the paths that it takes through the source files should be a no-brainer. The funny thing about all this? Your computer knows it all. By using a compiler or interpreter, your computer already knows how the language works. It knows what paradigms exist and because it's turning your source code into executable instructions; it knows every single piece of information within the entire codebase, including: where functions are called, how types get instantiated, where variables get changed. Accessing this information was cumbersome for us developers so far, but is easily possible with Sourcetrail.
We want you to meet Sourcetrail, the interactive source explorer that changes the way you think about code. Sourcetrail is a lightweight tool specifically crafted for fast and comprehensive navigation within your source code. It features a whole new concept of searching and understanding source code, by utilizing static analysis, visualization, and smart code search. Sourcetrail indexes your code and saves all information on how different symbols are composed and how they play together. By giving you easy access to all this information, Sourcetrail shortens the time used up by reading source code and leaves you with more time to spend on things that you actually enjoy doing as a software developer. Start using Sourcetrail today!
Sourcetrail's in-depth static analysis finds all definitions and references within your source files. You can choose from several methods for project setup.
Use Sourcetrail's search field to quickly find any symbol within the whole codebase. The fuzzy keyword matching gives you the best matches with just a few keystrokes.
The graph visualization provides a quick overview of any class, method, field, etc., and all its relations. The graph is fully interactive. Use it to move through the codebase by focusing on other nodes and edges.
Finally the code view holds all implementation details of the element in focus within a well-arranged list of code snippets. Further inspect scopes and local variables, or focus on any other encountered reference or element.
Communicate via plugin between Sourcetrail and your favorite source editor. This allows for easy switching between writing and exploring. Have a look at our list of supported editors.
Start using Sourcetrail now! Download our free trial or purchase the full version.
Keep updated about new features and releases by joining our mailing list. *powered by MailChimp
Sign up to our mailing list:or follow us on social media