#945382 RFP: sourcetrail -- interactive source explorer and visualization tool

Package:
wnpp
Source:
wnpp
Submitter:
Anuradha Weeraman
Date:
2025-11-29 16:45:29 UTC
Severity:
wishlist
#945382#5
Date:
2019-11-24 02:51:36 UTC
From:
To:
* Package name    : sourcetrail
  Version         : 2019.4.61
  Upstream Author : Eberhard Gräther <egraether@coati.io>
* URL             : https://github.com/CoatiSoftware/Sourcetrail
* License         : GPL-3
  Programming Lang: C++
  Description     : interactive source explorer and visualization tool

Sourcetrail is an interactive source explorer that simplifies navigation
and visualization of source code. Sourcetrail first indexes a given
code base and gathers data about its structure and then provides a
simple interface consisting of three interactive views for navigation
and visualization:

 - Search: to quickly find and select indexed symbols in the source code.

 - Graph: displays the structure of the source code. It focuses on the
 currently selected symbol and directly shows all incoming and outgoing
 dependencies to other symbols.

 - Code: displays all source locations of the currently selected symbol
 in a list of code snippets. Clicking on a different source location
 allows you to change the selection and dig deeper.

Sourcetrail currently supports the languages C/C++ and Java.