Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Sourcetrail Alternatives
Similar projects and alternatives to Sourcetrail
-
Spotbugs
SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
Checkstyle
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
-
c4-notation
Technical resources for using the C4 model for visualizing software architecture.
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
-
mermaid
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
-
-
-
language-server-protocol
Defines a common protocol for language servers.
-
-
-
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
-
llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Sourcetrail reviews and mentions
-
Ask HN: What would an IDE built for the Apple Vision Pro look like?
I think it might make large scale code visualization in a similar way to how SourceTrail does it more feasible: https://github.com/CoatiSoftware/Sourcetrail
-
Tools/software for visualizing code structure/dependencies of large C project.
Yep souecetrail https://github.com/CoatiSoftware/Sourcetrail
- Is there a site or extension where to learn C++ by doing, learning more visually?
- “Zoom Out”: The missing feature of IDEs
-
Tools for Building Symbol Tables from A Source Code File
Sourcetrail?
-
How to understand a c++ project
You could always try using Sourcetrail. Unfortunately the open source project is now archived but it should still help you get insights into your code.
-
Programming Breakthroughs We Need
Sourcetrail actually tried to do that for a select few languages https://github.com/CoatiSoftware/Sourcetrail
Sadly, they retired the entire project a while back.
- Is there an automated flowcharting software for large c++ projects?
-
Ask HN: Visualizing software designs, especially of large systems (if at all)?
> So, is it a good idea to try documenting the code design through some sort of visualization?
Yes, if it helps you understand how it works and how the pieces fit together.
No, if the previous is not all that useful for you (different types of learners), or you need to spend significant amounts of time doing it manually, especially given that code could change.
If you can, look into any tool that might allow you to get visualizations in an automated manner.
For example, JetBrains IDEs have a few different graph visualizations for dependencies and inheritance etc.: https://www.jetbrains.com/help/idea/2022.1/tests-in-ide.html...
There also used to be SourceTrail, though sadly the project is now retired: https://github.com/CoatiSoftware/Sourcetrail
For databases, you can also use external tools like DbVis: https://www.dbvis.com/features/
There are also a few tools here and there for visualizing networks or how container deployments look, but those are pretty situational/specific for each platform/setup.
-
Tools to visualize the dependency graph between files of a github repo?
For the back-end python side I found Sourcetrail (https://github.com/CoatiSoftware/Sourcetrail). Haven't found anything as good as that for Vue/JS
-
A note from our sponsor - Onboard AI
getonboard.dev | 5 Dec 2023
Stats
CoatiSoftware/Sourcetrail is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of Sourcetrail is C++.