Eberhard Gräther

Results 75 comments of Eberhard Gräther

Sounds interesting! The first thing you need to look into is how to collect all source information from TypeScript code. Is there already a library for generating and iterating an...

Sounds good to me! Note that we are using [SWIG](http://www.swig.org/) for the Python binding used in our [Python Indexer](https://github.com/CoatiSoftware/SourcetrailPythonIndexer). The SWIG page states that JavaScript is also supported for bindings,...

@cata0309 We don't. * Variables in global or class scope are stored as `symbol`and must have a unique name. They show up in the graph. * Variables in function scope...

As mentioned, you can append info to the name of the `local_symbol`. It's up to the indexer author to decide whether these 2 variables are the same or not.

+1 via [tweet](https://twitter.com/freeformz/status/877996176741552128)

Since we cannot keep up with language requests, we created the [SourcetrailDB](https://github.com/CoatiSoftware/SourcetrailDB) library to allow anyone to write custom indexers and extend language support for Sourcetrail. If you are interested...

We probably won't build an in-browser app soon, but having a server for remote indexing seems to be a high demanded feature. In the front end you will still need...

@evantorrie There is some progress. We implemented a commandline interface that can be used within scripts or docker images to index projects with Sourcetrail. Please have a look at our...

+1 by mail